#D05585

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

Shades of Cranberry #D05585

Tints of Cranberry #D05585

Color information

#D05585 (or 0xD05585) is unknown color: approx Cranberry. HEX triplet: D0, 55 and 85. RGB value is (208,85,133). Sum of RGB (Red+Green+Blue) = 208+85+133=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05585 is #2FAA7A. Grayscale: #7F7F7F. Windows color (decimal): -3123835 or 8738256. OLE color: 8738256.

HSL color Cylindrical-coordinate representation of color #D05585: hue angle of 336.59º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05585 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20885133-
CMYK00.590.360.18
HSL336.59º56.68%57.45%-
HSV(B)336.59º59.13%81.57%-
XYZ33.4921.624.59-
YUV127.25131.25185.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=48.83%
G=19.95%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088513300.590.360.18336.5956.6857.45
HexD0558503B24121513939
Octal32012520507344225217171
Binary11010000101010110000101011101110010010010101010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05585; }

 p { color: rgb(208,85,133); }

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

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

 a { background-color: rgb(208,85,133); }

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

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

 span { border-color: rgb(208,85,133); }

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