Html Css Color HEX #D07992 Charm

📋 copy color: '#D07992'

red 208 ◦ green 121 ◦ blue 146

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

Shades of Charm #D07992

Tints of Charm #D07992

RGB

 RED value IS 208 (81.64% from 255) = 43.79%

 GREEN value IS 121 (47.66% from 255) = 25.47%

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 43.79%
G = 25.47%
B = 30.74%

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

#D07992 (or 0xD07992) is known color: Charm. HEX triplet: D0, 79 and 92. RGB value is (208,121,146). Sum of RGB (Red+Green+Blue) = 208+121+146=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D07992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07992 is #2F866D. Grayscale: #959595. Windows color (decimal): -3114606 or 9599440. OLE color: 9599440.

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

Color convert

RGB 208 121 146 -
CMYK 0 0.42 0.30 0.18
HSL 342.76º 0.48% 0.65% -
HSV(B) 342.76º 0.42% 0.82% -
XYZ 38.04 29.16 30.82 -
YUV 149.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 208 121 146 0 0.42 0.30 0.18 342.76 0.48 0.65
Hex D0 79 92 0 2A 1E 12 157 30 41
Octal 320 171 222 0 52 36 22 527 60 101
Binary 11010000 1111001 10010010 0 101010 11110 10010 101010111 110000 1000001

Color Harmonies of #D07992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07992

Black with #D07992

Text Example


Text Example

White with #D07992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07992; }

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

 H1.HeaderClassName
 {
   color: #D07992;
 }
 .AnyTagClassName
 {
   color: #D07992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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