#D64572

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

Shades of Cranberry #D64572

Tints of Cranberry #D64572

Color information

#D64572 (or 0xD64572) is unknown color: approx Cranberry. HEX triplet: D6, 45 and 72. RGB value is (214,69,114). Sum of RGB (Red+Green+Blue) = 214+69+114=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64572 is #29BA8D. Grayscale: #757575. Windows color (decimal): -2734734 or 7488982. OLE color: 7488982.

HSL color Cylindrical-coordinate representation of color #D64572: hue angle of 341.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64572 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21469114-
CMYK00.680.470.16
HSL341.38º63.88%55.49%-
HSV(B)341.38º67.76%83.92%-
XYZ32.919.7718-
YUV117.48126.04196.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=53.90%
G=17.38%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146911400.680.470.16341.3863.8855.49
HexD645720442F101554037
Octal3261051620104572052510067
Binary110101101000101111001001000100101111100001010101011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64572; }

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

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

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

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

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

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

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

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