#D07E90

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

Shades of Charm #D07E90

Tints of Charm #D07E90

Color information

#D07E90 (or 0xD07E90) is unknown color: approx Charm. HEX triplet: D0, 7E and 90. RGB value is (208,126,144). Sum of RGB (Red+Green+Blue) = 208+126+144=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E90 is #2F816F. Grayscale: #989898. Windows color (decimal): -3113328 or 9469648. OLE color: 9469648.

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

Color convert

RGB208126144-
CMYK00.390.310.18
HSL346.83º46.59%65.49%-
HSV(B)346.83º39.42%81.57%-
XYZ38.5130.3530.21-
YUV152.57123.17167.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=43.51%
G=26.36%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812614400.390.310.18346.8346.5965.49
HexD07E900271F1215b2f41
Octal320176220047372253357101
Binary11010000111111010010000010011111111100101010110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E90; }

 p { color: rgb(208,126,144); }

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

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

 a { background-color: rgb(208,126,144); }

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

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

 span { border-color: rgb(208,126,144); }

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