#D05D7C

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

Shades of Cranberry #D05D7C

Tints of Cranberry #D05D7C

Color information

#D05D7C (or 0xD05D7C) is unknown color: approx Cranberry. HEX triplet: D0, 5D and 7C. RGB value is (208,93,124). Sum of RGB (Red+Green+Blue) = 208+93+124=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D7C is #2FA283. Grayscale: #828282. Windows color (decimal): -3121796 or 8150480. OLE color: 8150480.

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

Color convert

RGB20893124-
CMYK00.550.400.18
HSL343.83º55.02%59.02%-
HSV(B)343.83º55.29%81.57%-
XYZ33.5622.6921.68-
YUV130.92124.1182.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=48.94%
G=21.88%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089312400.550.400.18343.8355.0259.02
HexD05D7C0372812158373b
Octal32013517406750225306773
Binary1101000010111011111100011011110100010010101011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D7C; }

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

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

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

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

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

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

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

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