#D65389

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

Shades of Cranberry #D65389

Tints of Cranberry #D65389

Color information

#D65389 (or 0xD65389) is unknown color: approx Cranberry. HEX triplet: D6, 53 and 89. RGB value is (214,83,137). Sum of RGB (Red+Green+Blue) = 214+83+137=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65389 is #29AC76. Grayscale: #808080. Windows color (decimal): -2731127 or 8999894. OLE color: 8999894.

HSL color Cylindrical-coordinate representation of color #D65389: hue angle of 335.27º degrees, saturation: 0.62, 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 #D65389 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21483137-
CMYK00.610.360.16
HSL335.27º61.5%58.24%-
HSV(B)335.27º61.21%83.92%-
XYZ35.3422.2926.11-
YUV128.32132.9189.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=49.31%
G=19.12%
B=31.57%

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
Decimal2148313700.610.360.16335.2761.558.24
HexD6538903D241014f3e3a
Octal32612321107544205177672
Binary11010110101001110001001011110110010010000101001111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65389; }

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

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

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

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

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

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

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

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