#D17290

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

Shades of Charm #D17290

Tints of Charm #D17290

Color information

#D17290 (or 0xD17290) is unknown color: approx Charm. HEX triplet: D1, 72 and 90. RGB value is (209,114,144). Sum of RGB (Red+Green+Blue) = 209+114+144=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D17290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17290 is #2E8D6F. Grayscale: #919191. Windows color (decimal): -3050864 or 9466577. OLE color: 9466577.

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

Color convert

RGB209114144-
CMYK00.450.310.18
HSL341.05º50.8%63.33%-
HSV(B)341.05º45.45%81.96%-
XYZ37.3527.629.75-
YUV145.82126.97173.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.75%
GREEN value IS 114 (44.92% from 255) = 24.41%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=44.75%
G=24.41%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911414400.450.310.18341.0550.863.33
HexD1729002D1F12155333f
Octal32116222005537225256377
Binary1101000111100101001000001011011111110010101010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17290; }

 p { color: rgb(209,114,144); }

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

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

 a { background-color: rgb(209,114,144); }

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

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

 span { border-color: rgb(209,114,144); }

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