#D75989

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

Shades of Cranberry #D75989

Tints of Cranberry #D75989

Color information

#D75989 (or 0xD75989) is unknown color: approx Cranberry. HEX triplet: D7, 59 and 89. RGB value is (215,89,137). Sum of RGB (Red+Green+Blue) = 215+89+137=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D75989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75989 is #28A676. Grayscale: #848484. Windows color (decimal): -2664055 or 9001431. OLE color: 9001431.

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

Color convert

RGB21589137-
CMYK00.590.360.16
HSL337.14º61.17%59.61%-
HSV(B)337.14º58.6%84.31%-
XYZ36.1123.426.28-
YUV132.15130.74187.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 89 (35.16% from 255) = 20.18%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=48.75%
G=20.18%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158913700.590.360.16337.1461.1759.61
HexD7598903B24101513d3c
Octal32713121107344205217574
Binary11010111101100110001001011101110010010000101010001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75989; }

 p { color: rgb(215,89,137); }

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

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

 a { background-color: rgb(215,89,137); }

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

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

 span { border-color: rgb(215,89,137); }

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