#D05781

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

Shades of Cranberry #D05781

Tints of Cranberry #D05781

Color information

#D05781 (or 0xD05781) is unknown color: approx Cranberry. HEX triplet: D0, 57 and 81. RGB value is (208,87,129). Sum of RGB (Red+Green+Blue) = 208+87+129=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D05781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05781 is #2FA87E. Grayscale: #7F7F7F. Windows color (decimal): -3123327 or 8476624. OLE color: 8476624.

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

Color convert

RGB20887129-
CMYK00.580.380.18
HSL339.17º56.28%57.84%-
HSV(B)339.17º58.17%81.57%-
XYZ33.3821.8123.22-
YUV127.97128.59185.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.06%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=49.06%
G=20.52%
B=30.42%

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
Decimal2088712900.580.380.18339.1756.2857.84
HexD0578103A2612153383a
Octal32012720107246225237072
Binary11010000101011110000001011101010011010010101010011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05781; }

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

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

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

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

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

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

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

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