#D07990

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

Shades of Charm #D07990

Tints of Charm #D07990

Color information

#D07990 (or 0xD07990) is unknown color: approx Charm. HEX triplet: D0, 79 and 90. RGB value is (208,121,144). Sum of RGB (Red+Green+Blue) = 208+121+144=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D07990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07990 is #2F866F. Grayscale: #959595. Windows color (decimal): -3114608 or 9468368. OLE color: 9468368.

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

Color convert

RGB208121144-
CMYK00.420.310.18
HSL344.14º48.07%64.51%-
HSV(B)344.14º41.83%81.57%-
XYZ37.8829.130.01-
YUV149.64124.82169.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=43.97%
G=25.58%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812114400.420.310.18344.1448.0764.51
HexD0799002A1F121583041
Octal320171220052372253060101
Binary11010000111100110010000010101011111100101010110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07990; }

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

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

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

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

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

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

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

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