#D07991

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

Shades of Charm #D07991

Tints of Charm #D07991

Color information

#D07991 (or 0xD07991) is unknown color: approx Charm. HEX triplet: D0, 79 and 91. RGB value is (208,121,145). Sum of RGB (Red+Green+Blue) = 208+121+145=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D07991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07991 is #2F866E. Grayscale: #959595. Windows color (decimal): -3114607 or 9533904. OLE color: 9533904.

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

Color convert

RGB208121145-
CMYK00.420.300.18
HSL343.45º48.07%64.51%-
HSV(B)343.45º41.83%81.57%-
XYZ37.9629.1330.41-
YUV149.75125.32169.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 121 (47.66% from 255) = 25.53%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=43.88%
G=25.53%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812114500.420.300.18343.4548.0764.51
HexD0799102A1E121573041
Octal320171221052362252760101
Binary11010000111100110010001010101011110100101010101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07991; }

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

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

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

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

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

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

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

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