#D05D80

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

Shades of Cranberry #D05D80

Tints of Cranberry #D05D80

Color information

#D05D80 (or 0xD05D80) is unknown color: approx Cranberry. HEX triplet: D0, 5D and 80. RGB value is (208,93,128). Sum of RGB (Red+Green+Blue) = 208+93+128=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05D80 is #2FA27F. Grayscale: #838383. Windows color (decimal): -3121792 or 8412624. OLE color: 8412624.

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

Color convert

RGB20893128-
CMYK00.550.380.18
HSL341.74º55.02%59.02%-
HSV(B)341.74º55.29%81.57%-
XYZ33.8222.823.04-
YUV131.38126.1182.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=48.48%
G=21.68%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089312800.550.380.18341.7455.0259.02
HexD05D800372612156373b
Octal32013520006746225266773
Binary11010000101110110000000011011110011010010101010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D80; }

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

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

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

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

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

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

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

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