#D27F81

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

Shades of Charm #D27F81

Tints of Charm #D27F81

Color information

#D27F81 (or 0xD27F81) is unknown color: approx Charm. HEX triplet: D2, 7F and 81. RGB value is (210,127,129). Sum of RGB (Red+Green+Blue) = 210+127+129=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F81 is #2D807E. Grayscale: #989898. Windows color (decimal): -2982015 or 8486866. OLE color: 8486866.

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

Color convert

RGB210127129-
CMYK00.400.390.18
HSL358.55º47.98%66.08%-
HSV(B)358.55º39.52%82.35%-
XYZ38.1330.4724.64-
YUV152.04115169.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.06%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=45.06%
G=27.25%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012712900.400.390.18358.5547.9866.08
HexD27F8102827121673042
Octal322177201050472254760102
Binary110100101111111100000010101000100111100101011001111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F81; }

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

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

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

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

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

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

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

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