#D14078

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

Shades of Cranberry #D14078

Tints of Cranberry #D14078

Color information

#D14078 (or 0xD14078) is unknown color: approx Cranberry. HEX triplet: D1, 40 and 78. RGB value is (209,64,120). Sum of RGB (Red+Green+Blue) = 209+64+120=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14078 is #2EBF87. Grayscale: #717171. Windows color (decimal): -3063688 or 7880913. OLE color: 7880913.

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

Color convert

RGB20964120-
CMYK00.690.430.18
HSL336.83º61.18%53.53%-
HSV(B)336.83º69.38%81.96%-
XYZ31.5218.5819.69-
YUV113.74131.54195.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=53.18%
G=16.28%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096412000.690.430.18336.8361.1853.53
HexD140780452B121513d36
Octal321100170010553225217566
Binary11010001100000011110000100010110101110010101010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14078; }

 p { color: rgb(209,64,120); }

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

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

 a { background-color: rgb(209,64,120); }

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

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

 span { border-color: rgb(209,64,120); }

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