#D27A95

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

Shades of Charm #D27A95

Tints of Charm #D27A95

Color information

#D27A95 (or 0xD27A95) is unknown color: approx Charm. HEX triplet: D2, 7A and 95. RGB value is (210,122,149). Sum of RGB (Red+Green+Blue) = 210+122+149=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A95 is #2D856A. Grayscale: #979797. Windows color (decimal): -2983275 or 9796306. OLE color: 9796306.

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

Color convert

RGB210122149-
CMYK00.420.290.18
HSL341.59º49.44%65.1%-
HSV(B)341.59º41.9%82.35%-
XYZ38.9629.7932.13-
YUV151.39126.65169.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=43.66%
G=25.36%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012214900.420.290.18341.5949.4465.1
HexD27A9502A1D121563141
Octal322172225052352252661101
Binary11010010111101010010101010101011101100101010101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A95; }

 p { color: rgb(210,122,149); }

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

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

 a { background-color: rgb(210,122,149); }

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

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

 span { border-color: rgb(210,122,149); }

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