#D27190

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

Shades of Charm #D27190

Tints of Charm #D27190

Color information

#D27190 (or 0xD27190) is unknown color: approx Charm. HEX triplet: D2, 71 and 90. RGB value is (210,113,144). Sum of RGB (Red+Green+Blue) = 210+113+144=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D27190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27190 is #2D8E6F. Grayscale: #919191. Windows color (decimal): -2985584 or 9466322. OLE color: 9466322.

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

Color convert

RGB210113144-
CMYK00.460.310.18
HSL340.82º51.87%63.33%-
HSV(B)340.82º46.19%82.35%-
XYZ37.5227.5329.72-
YUV145.54127.14173.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=44.97%
G=24.20%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011314400.460.310.18340.8251.8763.33
HexD2719002E1F12155343f
Octal32216122005637225256477
Binary1101001011100011001000001011101111110010101010101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27190; }

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

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

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

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

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

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

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

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