#D27180

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

Shades of Charm #D27180

Tints of Charm #D27180

Color information

#D27180 (or 0xD27180) is unknown color: approx Charm. HEX triplet: D2, 71 and 80. RGB value is (210,113,128). Sum of RGB (Red+Green+Blue) = 210+113+128=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D27180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27180 is #2D8E7F. Grayscale: #8F8F8F. Windows color (decimal): -2985600 or 8417746. OLE color: 8417746.

HSL color Cylindrical-coordinate representation of color #D27180: hue angle of 350.72º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27180 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210113128-
CMYK00.460.390.18
HSL350.72º51.87%63.33%-
HSV(B)350.72º46.19%82.35%-
XYZ36.3827.0723.73-
YUV143.71119.14175.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=46.56%
G=25.06%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011312800.460.390.18350.7251.8763.33
HexD2718002E271215f343f
Octal32216120005647225376477
Binary11010010111000110000000010111010011110010101011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27180; }

 p { color: rgb(210,113,128); }

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

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

 a { background-color: rgb(210,113,128); }

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

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

 span { border-color: rgb(210,113,128); }

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