#D2757D

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

Shades of Charm #D2757D

Tints of Charm #D2757D

Color information

#D2757D (or 0xD2757D) is unknown color: approx Charm. HEX triplet: D2, 75 and 7D. RGB value is (210,117,125). Sum of RGB (Red+Green+Blue) = 210+117+125=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2757D is #2D8A82. Grayscale: #919191. Windows color (decimal): -2984579 or 8222162. OLE color: 8222162.

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

Color convert

RGB210117125-
CMYK00.440.400.18
HSL354.84º50.82%64.12%-
HSV(B)354.84º44.29%82.35%-
XYZ36.6427.922.86-
YUV145.72116.31173.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=46.46%
G=25.88%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011712500.440.400.18354.8450.8264.12
HexD2757D02C28121633340
Octal322165175054502254363100
Binary11010010111010111111010101100101000100101011000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2757D; }

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

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

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

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

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

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

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

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