#D05980

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

Shades of Cranberry #D05980

Tints of Cranberry #D05980

Color information

#D05980 (or 0xD05980) is unknown color: approx Cranberry. HEX triplet: D0, 59 and 80. RGB value is (208,89,128). Sum of RGB (Red+Green+Blue) = 208+89+128=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05980 is #2FA67F. Grayscale: #808080. Windows color (decimal): -3122816 or 8411600. OLE color: 8411600.

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

Color convert

RGB20889128-
CMYK00.570.380.18
HSL340.34º55.87%58.24%-
HSV(B)340.34º57.21%81.57%-
XYZ33.4822.1122.93-
YUV129.03127.42184.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=48.94%
G=20.94%
B=30.12%

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
Decimal2088912800.570.380.18340.3455.8758.24
HexD059800392612154383a
Octal32013120007146225247072
Binary11010000101100110000000011100110011010010101010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05980; }

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

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

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

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

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

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

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

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