#D27E88

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

Shades of Charm #D27E88

Tints of Charm #D27E88

Color information

#D27E88 (or 0xD27E88) is unknown color: approx Charm. HEX triplet: D2, 7E and 88. RGB value is (210,126,136). Sum of RGB (Red+Green+Blue) = 210+126+136=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E88 is #2D8177. Grayscale: #989898. Windows color (decimal): -2982264 or 8945362. OLE color: 8945362.

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

Color convert

RGB210126136-
CMYK00.40.350.18
HSL352.86º48.28%65.88%-
HSV(B)352.86º40%82.35%-
XYZ38.4830.427.13-
YUV152.26118.83169.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.49%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=44.49%
G=26.69%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012613600.40.350.18352.8648.2865.88
HexD27E8802823121613042
Octal322176210050432254160102
Binary110100101111110100010000101000100011100101011000011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E88; }

 p { color: rgb(210,126,136); }

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

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

 a { background-color: rgb(210,126,136); }

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

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

 span { border-color: rgb(210,126,136); }

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