Html Css Color HEX #D06979 Charm

📋 copy color: '#D06979'

red 208 ◦ green 105 ◦ blue 121

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

Shades of Charm #D06979

Tints of Charm #D06979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 47.93%
G = 24.19%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D06979 (or 0xD06979) is known color: Charm. HEX triplet: D0, 69 and 79. RGB value is (208,105,121). Sum of RGB (Red+Green+Blue) = 208+105+121=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D06979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06979 is #2F9686. Grayscale: #898989. Windows color (decimal): -3118727 or 7956944. OLE color: 7956944.

HSL color Cylindrical-coordinate representation of color #D06979: hue angle of 350.68º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06979 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 121 -
CMYK 0 0.50 0.42 0.18
HSL 350.68º 0.52% 0.61% -
HSV(B) 350.68º 0.5% 0.82% -
XYZ 34.52 24.89 21.07 -
YUV 137.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 208 105 121 0 0.50 0.42 0.18 350.68 0.52 0.61
Hex D0 69 79 0 32 2A 12 15F 34 3D
Octal 320 151 171 0 62 52 22 537 64 75
Binary 11010000 1101001 1111001 0 110010 101010 10010 101011111 110100 111101

Color Harmonies of #D06979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06979

Black with #D06979

Text Example


Text Example

White with #D06979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06979; }

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

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

background-color css

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

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

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

border-color css

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

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

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