#D27D92

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

Shades of Charm #D27D92

Tints of Charm #D27D92

Color information

#D27D92 (or 0xD27D92) is unknown color: approx Charm. HEX triplet: D2, 7D and 92. RGB value is (210,125,146). Sum of RGB (Red+Green+Blue) = 210+125+146=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D92 is #2D826D. Grayscale: #989898. Windows color (decimal): -2982510 or 9600466. OLE color: 9600466.

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

Color convert

RGB210125146-
CMYK00.400.300.18
HSL345.18º48.57%65.69%-
HSV(B)345.18º40.48%82.35%-
XYZ39.130.4431.01-
YUV152.81124.16168.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=43.66%
G=25.99%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012514600.400.300.18345.1848.5765.69
HexD27D920281E121593142
Octal322175222050362253161102
Binary11010010111110110010010010100011110100101010110011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D92; }

 p { color: rgb(210,125,146); }

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

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

 a { background-color: rgb(210,125,146); }

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

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

 span { border-color: rgb(210,125,146); }

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