#D05580

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

Shades of Cranberry #D05580

Tints of Cranberry #D05580

Color information

#D05580 (or 0xD05580) is unknown color: approx Cranberry. HEX triplet: D0, 55 and 80. RGB value is (208,85,128). Sum of RGB (Red+Green+Blue) = 208+85+128=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D05580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05580 is #2FAA7F. Grayscale: #7E7E7E. Windows color (decimal): -3123840 or 8410576. OLE color: 8410576.

HSL color Cylindrical-coordinate representation of color #D05580: hue angle of 339.02º 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 #D05580 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB20885128-
CMYK00.590.380.18
HSL339.02º56.68%57.45%-
HSV(B)339.02º59.13%81.57%-
XYZ33.1621.4722.82-
YUV126.68128.75186-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.41%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=49.41%
G=20.19%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088512800.590.380.18339.0256.6857.45
HexD0558003B26121533939
Octal32012520007346225237171
Binary11010000101010110000000011101110011010010101010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05580; }

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

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

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

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

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

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

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

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