#D27A94

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

Shades of Charm #D27A94

Tints of Charm #D27A94

Color information

#D27A94 (or 0xD27A94) is unknown color: approx Charm. HEX triplet: D2, 7A and 94. RGB value is (210,122,148). Sum of RGB (Red+Green+Blue) = 210+122+148=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27A94 is #2D856B. Grayscale: #979797. Windows color (decimal): -2983276 or 9730770. OLE color: 9730770.

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

Color convert

RGB210122148-
CMYK00.420.300.18
HSL342.27º49.44%65.1%-
HSV(B)342.27º41.9%82.35%-
XYZ38.8829.7631.71-
YUV151.28126.15169.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 148 (58.20% from 255) = 30.83%
R=43.75%
G=25.42%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012214800.420.300.18342.2749.4465.1
HexD27A9402A1E121563141
Octal322172224052362252661101
Binary11010010111101010010100010101011110100101010101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A94; }

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

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

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

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

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

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

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

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