#d04378

Color #D04378 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D04378

Tints of Cranberry #D04378

Color information

#D04378 (or 0xD04378) is unknown color: approx Cranberry. HEX triplet: D0, 43 and 78. RGB value is (208,67,120). Sum of RGB (Red+Green+Blue) = 208+67+120=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04378 is #2FBC87. Grayscale: #737373. Windows color (decimal): -3128456 or 7881680. OLE color: 7881680.

HSL color Cylindrical-coordinate representation of color #D04378: hue angle of 337.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04378 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB20867120-
CMYK00.680.420.18
HSL337.45º60%53.92%-
HSV(B)337.45º67.79%81.57%-
XYZ31.4118.7819.74-
YUV115.2130.71194.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=52.66%
G=16.96%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086712000.680.420.18337.456053.92
HexD043780442A121513c36
Octal320103170010452225217466
Binary11010000100001111110000100010010101010010101010001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d04378; }

 p { color: rgb(208,67,120); }

 H1.HeaderClassName
 {
   color: #d04378;
 }
 .AnyTagClassName
 {
   color: #d04378;
 }
</style>
background-color css

<style>
 a { background-color: #d04378; }

 a { background-color: rgb(208,67,120); }

 div.DivClassName
 {
   background-color: #d04378;
 }
 .BgClassName
 {
   background-color: #d04378;
 }
</style>
border-color css

<style>
 span { border-color: #d04378; }

 span { border-color: rgb(208,67,120); }

 td.TdClassName
 {
   border-color: #d04378;
 }
 .TagClassName
 {
   border-color: #d04378;
 }
</style>