#D2757C

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

Shades of Charm #D2757C

Tints of Charm #D2757C

Color information

#D2757C (or 0xD2757C) is unknown color: approx Charm. HEX triplet: D2, 75 and 7C. RGB value is (210,117,124). Sum of RGB (Red+Green+Blue) = 210+117+124=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757C is #2D8A83. Grayscale: #919191. Windows color (decimal): -2984580 or 8156626. OLE color: 8156626.

HSL color Cylindrical-coordinate representation of color #D2757C: hue angle of 355.48º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2757C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210117124-
CMYK00.440.410.18
HSL355.48º50.82%64.12%-
HSV(B)355.48º44.29%82.35%-
XYZ36.5827.8822.52-
YUV145.6115.81173.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=46.56%
G=25.94%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011712400.440.410.18355.4850.8264.12
HexD2757C02C29121633340
Octal322165174054512254363100
Binary11010010111010111111000101100101001100101011000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2757C; }

 p { color: rgb(210,117,124); }

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

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

 a { background-color: rgb(210,117,124); }

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

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

 span { border-color: rgb(210,117,124); }

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