#D0557E

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

Shades of Cranberry #D0557E

Tints of Cranberry #D0557E

Color information

#D0557E (or 0xD0557E) is unknown color: approx Cranberry. HEX triplet: D0, 55 and 7E. RGB value is (208,85,126). Sum of RGB (Red+Green+Blue) = 208+85+126=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0557E is #2FAA81. Grayscale: #7E7E7E. Windows color (decimal): -3123842 or 8279504. OLE color: 8279504.

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

Color convert

RGB20885126-
CMYK00.590.390.18
HSL340º56.68%57.45%-
HSV(B)340º59.13%81.57%-
XYZ33.0321.4122.13-
YUV126.45127.75186.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=49.64%
G=20.29%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088512600.590.390.1834056.6857.45
HexD0557E03B27121543939
Octal32012517607347225247171
Binary1101000010101011111110011101110011110010101010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0557E; }

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

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

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

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

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

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

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

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