#D27A7E

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

Shades of Charm #D27A7E

Tints of Charm #D27A7E

Color information

#D27A7E (or 0xD27A7E) is unknown color: approx Charm. HEX triplet: D2, 7A and 7E. RGB value is (210,122,126). Sum of RGB (Red+Green+Blue) = 210+122+126=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A7E is #2D8581. Grayscale: #949494. Windows color (decimal): -2983298 or 8288978. OLE color: 8288978.

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

Color convert

RGB210122126-
CMYK00.420.40.18
HSL357.27º49.44%65.1%-
HSV(B)357.27º41.9%82.35%-
XYZ37.329.1323.39-
YUV148.77115.15171.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.85%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=45.85%
G=26.64%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012212600.420.40.18357.2749.4465.1
HexD27A7E02A28121653141
Octal322172176052502254561101
Binary11010010111101011111100101010101000100101011001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A7E; }

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

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

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

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

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

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

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

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