#D05981

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

Shades of Cranberry #D05981

Tints of Cranberry #D05981

Color information

#D05981 (or 0xD05981) is unknown color: approx Cranberry. HEX triplet: D0, 59 and 81. RGB value is (208,89,129). Sum of RGB (Red+Green+Blue) = 208+89+129=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05981 is #2FA67E. Grayscale: #818181. Windows color (decimal): -3122815 or 8477136. OLE color: 8477136.

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

Color convert

RGB20889129-
CMYK00.570.380.18
HSL339.83º55.87%58.24%-
HSV(B)339.83º57.21%81.57%-
XYZ33.5522.1423.27-
YUV129.14127.92184.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=48.83%
G=20.89%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088912900.570.380.18339.8355.8758.24
HexD059810392612154383a
Octal32013120107146225247072
Binary11010000101100110000001011100110011010010101010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05981; }

 p { color: rgb(208,89,129); }

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

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

 a { background-color: rgb(208,89,129); }

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

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

 span { border-color: rgb(208,89,129); }

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