#D27B8E

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

Shades of Charm #D27B8E

Tints of Charm #D27B8E

Color information

#D27B8E (or 0xD27B8E) is unknown color: approx Charm. HEX triplet: D2, 7B and 8E. RGB value is (210,123,142). Sum of RGB (Red+Green+Blue) = 210+123+142=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27B8E is #2D8471. Grayscale: #979797. Windows color (decimal): -2983026 or 9337810. OLE color: 9337810.

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

Color convert

RGB210123142-
CMYK00.410.320.18
HSL346.9º49.15%65.29%-
HSV(B)346.9º41.43%82.35%-
XYZ38.5429.8229.32-
YUV151.18122.82169.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=44.21%
G=25.89%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012314200.410.320.18346.949.1565.29
HexD27B8E029201215b3141
Octal322173216051402253361101
Binary110100101111011100011100101001100000100101010110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B8E; }

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

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

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

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

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

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

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

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