#D5777E

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

Shades of Charm #D5777E

Tints of Charm #D5777E

Color information

#D5777E (or 0xD5777E) is unknown color: approx Charm. HEX triplet: D5, 77 and 7E. RGB value is (213,119,126). Sum of RGB (Red+Green+Blue) = 213+119+126=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5777E is #2A8881. Grayscale: #939393. Windows color (decimal): -2787458 or 8288213. OLE color: 8288213.

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

Color convert

RGB213119126-
CMYK00.440.410.16
HSL355.53º52.81%65.1%-
HSV(B)355.53º44.13%83.53%-
XYZ37.828.8523.31-
YUV147.9115.64174.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=46.51%
G=25.98%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311912600.440.410.16355.5352.8165.1
HexD5777E02C29101643541
Octal325167176054512054465101
Binary11010101111011111111100101100101001100001011001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5777E; }

 p { color: rgb(213,119,126); }

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

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

 a { background-color: rgb(213,119,126); }

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

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

 span { border-color: rgb(213,119,126); }

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