#D14475

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

Shades of Cranberry #D14475

Tints of Cranberry #D14475

Color information

#D14475 (or 0xD14475) is unknown color: approx Cranberry. HEX triplet: D1, 44 and 75. RGB value is (209,68,117). Sum of RGB (Red+Green+Blue) = 209+68+117=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14475 is #2EBB8A. Grayscale: #737373. Windows color (decimal): -3062667 or 7685329. OLE color: 7685329.

HSL color Cylindrical-coordinate representation of color #D14475: hue angle of 339.15º 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 #D14475 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB20968117-
CMYK00.670.440.18
HSL339.15º60.52%54.31%-
HSV(B)339.15º67.46%81.96%-
XYZ31.5718.9718.83-
YUV115.74128.71194.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.05%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=53.05%
G=17.26%
B=29.70%

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
Decimal2096811700.670.440.18339.1560.5254.31
HexD144750432C121533d36
Octal321104165010354225237566
Binary11010001100010011101010100001110110010010101010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14475; }

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

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

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

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

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

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

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

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