Html Css Color HEX #D07991 Charm

📋 copy color: '#D07991'

red 208 ◦ green 121 ◦ blue 145

#D07991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D07991

Tints of Charm #D07991

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 value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07991 (or 0xD07991) is known color: 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

RGB 208 121 145 -
CMYK 0 0.42 0.30 0.18
HSL 343.45º 0.48% 0.65% -
HSV(B) 343.45º 0.42% 0.82% -
XYZ 37.96 29.13 30.41 -
YUV 149.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 208 121 145 0 0.42 0.30 0.18 343.45 0.48 0.65
Hex D0 79 91 0 2A 1E 12 157 30 41
Octal 320 171 221 0 52 36 22 527 60 101
Binary 11010000 1111001 10010001 0 101010 11110 10010 101010111 110000 1000001

Color Harmonies of #D07991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07991

Black with #D07991

Text Example


Text Example

White with #D07991

Text Example


Text Example

HTML Codes & Css Web 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>