#D97D90

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

Shades of Charm #D97D90

Tints of Charm #D97D90

Color information

#D97D90 (or 0xD97D90) is unknown color: approx Charm. HEX triplet: D9, 7D and 90. RGB value is (217,125,144). Sum of RGB (Red+Green+Blue) = 217+125+144=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97D90 is #26826F. Grayscale: #9A9A9A. Windows color (decimal): -2523760 or 9469401. OLE color: 9469401.

HSL color Cylindrical-coordinate representation of color #D97D90: hue angle of 347.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97D90 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217125144-
CMYK00.420.340.15
HSL347.61º54.76%67.06%-
HSV(B)347.61º42.4%85.1%-
XYZ40.9831.4330.29-
YUV154.67121.98172.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=44.65%
G=25.72%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712514400.420.340.15347.6154.7667.06
HexD97D9002A22F15c3743
Octal331175220052421753467103
Binary11011001111110110010000010101010001011111010111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D90; }

 p { color: rgb(217,125,144); }

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

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

 a { background-color: rgb(217,125,144); }

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

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

 span { border-color: rgb(217,125,144); }

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