#D65489

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

Shades of Cranberry #D65489

Tints of Cranberry #D65489

Color information

#D65489 (or 0xD65489) is unknown color: approx Cranberry. HEX triplet: D6, 54 and 89. RGB value is (214,84,137). Sum of RGB (Red+Green+Blue) = 214+84+137=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65489 is #29AB76. Grayscale: #808080. Windows color (decimal): -2730871 or 9000150. OLE color: 9000150.

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

Color convert

RGB21484137-
CMYK00.610.360.16
HSL335.54º61.32%58.43%-
HSV(B)335.54º60.75%83.92%-
XYZ35.4222.4426.13-
YUV128.91132.57188.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=49.20%
G=19.31%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148413700.610.360.16335.5461.3258.43
HexD6548903D24101503d3a
Octal32612421107544205207572
Binary11010110101010010001001011110110010010000101010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65489; }

 p { color: rgb(214,84,137); }

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

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

 a { background-color: rgb(214,84,137); }

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

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

 span { border-color: rgb(214,84,137); }

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