#D75589

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

Shades of Cranberry #D75589

Tints of Cranberry #D75589

Color information

#D75589 (or 0xD75589) is unknown color: approx Cranberry. HEX triplet: D7, 55 and 89. RGB value is (215,85,137). Sum of RGB (Red+Green+Blue) = 215+85+137=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D75589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75589 is #28AA76. Grayscale: #818181. Windows color (decimal): -2665079 or 9000407. OLE color: 9000407.

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

Color convert

RGB21585137-
CMYK00.600.360.16
HSL336º61.9%58.82%-
HSV(B)336º60.47%84.31%-
XYZ35.7922.7526.17-
YUV129.8132.07188.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=49.20%
G=19.45%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158513700.600.360.1633661.958.82
HexD7558903C24101503e3b
Octal32712521107444205207673
Binary11010111101010110001001011110010010010000101010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75589; }

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

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

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

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

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

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

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

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