#D27C83

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

Shades of Charm #D27C83

Tints of Charm #D27C83

Color information

#D27C83 (or 0xD27C83) is unknown color: approx Charm. HEX triplet: D2, 7C and 83. RGB value is (210,124,131). Sum of RGB (Red+Green+Blue) = 210+124+131=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C83 is #2D837C. Grayscale: #969696. Windows color (decimal): -2982781 or 8617170. OLE color: 8617170.

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

Color convert

RGB210124131-
CMYK00.410.380.18
HSL355.12º48.86%65.49%-
HSV(B)355.12º40.95%82.35%-
XYZ37.8829.7625.22-
YUV150.51116.99170.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=45.16%
G=26.67%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012413100.410.380.18355.1248.8665.49
HexD27C8302926121633141
Octal322174203051462254361101
Binary110100101111100100000110101001100110100101011000111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27C83; }

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

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

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

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

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

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

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

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