#D05780

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

Shades of Cranberry #D05780

Tints of Cranberry #D05780

Color information

#D05780 (or 0xD05780) is unknown color: approx Cranberry. HEX triplet: D0, 57 and 80. RGB value is (208,87,128). Sum of RGB (Red+Green+Blue) = 208+87+128=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D05780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05780 is #2FA87F. Grayscale: #7F7F7F. Windows color (decimal): -3123328 or 8411088. OLE color: 8411088.

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

Color convert

RGB20887128-
CMYK00.580.380.18
HSL339.67º56.28%57.84%-
HSV(B)339.67º58.17%81.57%-
XYZ33.3221.7822.87-
YUV127.85128.09185.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.17%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=49.17%
G=20.57%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088712800.580.380.18339.6756.2857.84
HexD0578003A2612154383a
Octal32012720007246225247072
Binary11010000101011110000000011101010011010010101010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05780; }

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

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

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

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

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

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

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

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