#D27B7E

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

Shades of Charm #D27B7E

Tints of Charm #D27B7E

Color information

#D27B7E (or 0xD27B7E) is unknown color: approx Charm. HEX triplet: D2, 7B and 7E. RGB value is (210,123,126). Sum of RGB (Red+Green+Blue) = 210+123+126=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B7E is #2D8481. Grayscale: #959595. Windows color (decimal): -2983042 or 8289234. OLE color: 8289234.

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

Color convert

RGB210123126-
CMYK00.410.40.18
HSL357.93º49.15%65.29%-
HSV(B)357.93º41.43%82.35%-
XYZ37.4329.3723.44-
YUV149.35114.82171.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=45.75%
G=26.80%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012312600.410.40.18357.9349.1565.29
HexD27B7E02928121663141
Octal322173176051502254661101
Binary11010010111101111111100101001101000100101011001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B7E; }

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

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

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

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

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

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

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

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