#D27F8E

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

Shades of Charm #D27F8E

Tints of Charm #D27F8E

Color information

#D27F8E (or 0xD27F8E) is unknown color: approx Charm. HEX triplet: D2, 7F and 8E. RGB value is (210,127,142). Sum of RGB (Red+Green+Blue) = 210+127+142=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F8E is #2D8071. Grayscale: #999999. Windows color (decimal): -2982002 or 9338834. OLE color: 9338834.

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

Color convert

RGB210127142-
CMYK00.400.320.18
HSL349.16º47.98%66.08%-
HSV(B)349.16º39.52%82.35%-
XYZ39.0530.8329.48-
YUV153.53121.5168.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=43.84%
G=26.51%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012714200.400.320.18349.1647.9866.08
HexD27F8E028201215d3042
Octal322177216050402253560102
Binary110100101111111100011100101000100000100101010111011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F8E; }

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

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

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

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

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

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

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

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