#D05D7E

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

Shades of Cranberry #D05D7E

Tints of Cranberry #D05D7E

Color information

#D05D7E (or 0xD05D7E) is unknown color: approx Cranberry. HEX triplet: D0, 5D and 7E. RGB value is (208,93,126). Sum of RGB (Red+Green+Blue) = 208+93+126=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D7E is #2FA281. Grayscale: #838383. Windows color (decimal): -3121794 or 8281552. OLE color: 8281552.

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

Color convert

RGB20893126-
CMYK00.550.390.18
HSL342.78º55.02%59.02%-
HSV(B)342.78º55.29%81.57%-
XYZ33.6922.7422.35-
YUV131.15125.1182.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 93 (36.72% from 255) = 21.78%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=48.71%
G=21.78%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089312600.550.390.18342.7855.0259.02
HexD05D7E0372712157373b
Octal32013517606747225276773
Binary1101000010111011111110011011110011110010101010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D7E; }

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

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

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

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

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

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

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

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