#D34572

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

Shades of Cranberry #D34572

Tints of Cranberry #D34572

Color information

#D34572 (or 0xD34572) is unknown color: approx Cranberry. HEX triplet: D3, 45 and 72. RGB value is (211,69,114). Sum of RGB (Red+Green+Blue) = 211+69+114=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D34572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34572 is #2CBA8D. Grayscale: #747474. Windows color (decimal): -2931342 or 7488979. OLE color: 7488979.

HSL color Cylindrical-coordinate representation of color #D34572: hue angle of 340.99º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34572 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21169114-
CMYK00.670.460.17
HSL340.99º61.74%54.9%-
HSV(B)340.99º67.3%82.75%-
XYZ32.0319.3217.96-
YUV116.59126.54195.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.55%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=53.55%
G=17.51%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116911400.670.460.17340.9961.7454.9
HexD345720432E111553e37
Octal323105162010356215257667
Binary11010011100010111100100100001110111010001101010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34572; }

 p { color: rgb(211,69,114); }

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

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

 a { background-color: rgb(211,69,114); }

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

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

 span { border-color: rgb(211,69,114); }

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