#D27A7F

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

Shades of Charm #D27A7F

Tints of Charm #D27A7F

Color information

#D27A7F (or 0xD27A7F) is unknown color: approx Charm. HEX triplet: D2, 7A and 7F. RGB value is (210,122,127). Sum of RGB (Red+Green+Blue) = 210+122+127=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A7F is #2D8580. Grayscale: #949494. Windows color (decimal): -2983297 or 8354514. OLE color: 8354514.

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

Color convert

RGB210122127-
CMYK00.420.400.18
HSL356.59º49.44%65.1%-
HSV(B)356.59º41.9%82.35%-
XYZ37.3729.1523.74-
YUV148.88115.65171.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 127 (50% from 255) = 27.67%
R=45.75%
G=26.58%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012212700.420.400.18356.5949.4465.1
HexD27A7F02A28121653141
Octal322172177052502254561101
Binary11010010111101011111110101010101000100101011001011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27A7F; }

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

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

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

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

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

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

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

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