#D6577E

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

Shades of Cranberry #D6577E

Tints of Cranberry #D6577E

Color information

#D6577E (or 0xD6577E) is unknown color: approx Cranberry. HEX triplet: D6, 57 and 7E. RGB value is (214,87,126). Sum of RGB (Red+Green+Blue) = 214+87+126=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6577E is #29A881. Grayscale: #818181. Windows color (decimal): -2730114 or 8280022. OLE color: 8280022.

HSL color Cylindrical-coordinate representation of color #D6577E: hue angle of 341.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6577E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21487126-
CMYK00.590.410.16
HSL341.57º60.77%59.02%-
HSV(B)341.57º59.35%83.92%-
XYZ34.9122.6222.26-
YUV129.42126.08188.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.12%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=50.12%
G=20.37%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148712600.590.410.16341.5760.7759.02
HexD6577E03B29101563d3b
Octal32612717607351205267573
Binary1101011010101111111110011101110100110000101010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6577E; }

 p { color: rgb(214,87,126); }

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

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

 a { background-color: rgb(214,87,126); }

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

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

 span { border-color: rgb(214,87,126); }

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