#D64584

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

Shades of Cranberry #D64584

Tints of Cranberry #D64584

Color information

#D64584 (or 0xD64584) is unknown color: approx Cranberry. HEX triplet: D6, 45 and 84. RGB value is (214,69,132). Sum of RGB (Red+Green+Blue) = 214+69+132=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64584 is #29BA7B. Grayscale: #777777. Windows color (decimal): -2734716 or 8668630. OLE color: 8668630.

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

Color convert

RGB21469132-
CMYK00.680.380.16
HSL333.93º63.88%55.49%-
HSV(B)333.93º67.76%83.92%-
XYZ34.0220.2223.94-
YUV119.54135.04195.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=51.57%
G=16.63%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146913200.680.380.16333.9363.8855.49
HexD64584044261014e4037
Octal3261052040104462051610067
Binary1101011010001011000010001000100100110100001010011101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64584; }

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

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

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

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

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

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

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

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