#d65584

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

Shades of Cranberry #D65584

Tints of Cranberry #D65584

Color information

#D65584 (or 0xD65584) is unknown color: approx Cranberry. HEX triplet: D6, 55 and 84. RGB value is (214,85,132). Sum of RGB (Red+Green+Blue) = 214+85+132=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65584 is #29AA7B. Grayscale: #808080. Windows color (decimal): -2730620 or 8672726. OLE color: 8672726.

HSL color Cylindrical-coordinate representation of color #D65584: hue angle of 338.14º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65584 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21485132-
CMYK00.600.380.16
HSL338.14º61.14%58.63%-
HSV(B)338.14º60.28%83.92%-
XYZ35.1422.4624.31-
YUV128.93129.74188.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=49.65%
G=19.72%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148513200.600.380.16338.1461.1458.63
HexD6558403C26101523d3b
Octal32612520407446205227573
Binary11010110101010110000100011110010011010000101010010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65584; }

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

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

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

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

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

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

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

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