#D27F82

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

Shades of Charm #D27F82

Tints of Charm #D27F82

Color information

#D27F82 (or 0xD27F82) is unknown color: approx Charm. HEX triplet: D2, 7F and 82. RGB value is (210,127,130). Sum of RGB (Red+Green+Blue) = 210+127+130=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F82 is #2D807D. Grayscale: #989898. Windows color (decimal): -2982014 or 8552402. OLE color: 8552402.

HSL color Cylindrical-coordinate representation of color #D27F82: hue angle of 357.83º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27F82 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB210127130-
CMYK00.400.380.18
HSL357.83º47.98%66.08%-
HSV(B)357.83º39.52%82.35%-
XYZ38.230.4924.99-
YUV152.16115.5169.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=44.97%
G=27.19%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012713000.400.380.18357.8347.9866.08
HexD27F8202826121663042
Octal322177202050462254660102
Binary110100101111111100000100101000100110100101011001101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F82; }

 p { color: rgb(210,127,130); }

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

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

 a { background-color: rgb(210,127,130); }

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

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

 span { border-color: rgb(210,127,130); }

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