#D14474

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

Shades of Cranberry #D14474

Tints of Cranberry #D14474

Color information

#D14474 (or 0xD14474) is unknown color: approx Cranberry. HEX triplet: D1, 44 and 74. RGB value is (209,68,116). Sum of RGB (Red+Green+Blue) = 209+68+116=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14474 is #2EBB8B. Grayscale: #737373. Windows color (decimal): -3062668 or 7619793. OLE color: 7619793.

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

Color convert

RGB20968116-
CMYK00.670.440.18
HSL339.57º60.52%54.31%-
HSV(B)339.57º67.46%81.96%-
XYZ31.5118.9518.52-
YUV115.63128.21194.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=53.18%
G=17.30%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096811600.670.440.18339.5760.5254.31
HexD144740432C121543d36
Octal321104164010354225247566
Binary11010001100010011101000100001110110010010101010100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14474; }

 p { color: rgb(209,68,116); }

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

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

 a { background-color: rgb(209,68,116); }

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

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

 span { border-color: rgb(209,68,116); }

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