#D05F80

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

Shades of Cranberry #D05F80

Tints of Cranberry #D05F80

Color information

#D05F80 (or 0xD05F80) is unknown color: approx Cranberry. HEX triplet: D0, 5F and 80. RGB value is (208,95,128). Sum of RGB (Red+Green+Blue) = 208+95+128=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F80 is #2FA07F. Grayscale: #848484. Windows color (decimal): -3121280 or 8413136. OLE color: 8413136.

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

Color convert

RGB20895128-
CMYK00.540.380.18
HSL342.48º54.59%59.41%-
HSV(B)342.48º54.33%81.57%-
XYZ3423.1523.1-
YUV132.55125.44181.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=48.26%
G=22.04%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089512800.540.380.18342.4854.5959.41
HexD05F800362612156373b
Octal32013720006646225266773
Binary11010000101111110000000011011010011010010101010110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F80; }

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

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

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

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

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

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

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

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