#D64582

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

Shades of Cranberry #D64582

Tints of Cranberry #D64582

Color information

#D64582 (or 0xD64582) is unknown color: approx Cranberry. HEX triplet: D6, 45 and 82. RGB value is (214,69,130). Sum of RGB (Red+Green+Blue) = 214+69+130=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D64582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64582 is #29BA7D. Grayscale: #777777. Windows color (decimal): -2734718 or 8537558. OLE color: 8537558.

HSL color Cylindrical-coordinate representation of color #D64582: hue angle of 334.76º 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 #D64582 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21469130-
CMYK00.680.390.16
HSL334.76º63.88%55.49%-
HSV(B)334.76º67.76%83.92%-
XYZ33.8920.1623.23-
YUV119.31134.04195.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=51.82%
G=16.71%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146913000.680.390.16334.7663.8855.49
HexD64582044271014f4037
Octal3261052020104472051710067
Binary1101011010001011000001001000100100111100001010011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64582; }

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

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

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

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

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

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

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

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