Html Css Color HEX #D06980 Charm

📋 copy color: '#D06980'

red 208 ◦ green 105 ◦ blue 128

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

Shades of Charm #D06980

Tints of Charm #D06980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 47.17%
G = 23.81%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06980 (or 0xD06980) is known color: Charm. HEX triplet: D0, 69 and 80. RGB value is (208,105,128). Sum of RGB (Red+Green+Blue) = 208+105+128=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06980 is #2F967F. Grayscale: #8A8A8A. Windows color (decimal): -3118720 or 8415696. OLE color: 8415696.

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

Color convert

RGB 208 105 128 -
CMYK 0 0.50 0.38 0.18
HSL 346.6º 0.52% 0.61% -
HSV(B) 346.6º 0.5% 0.82% -
XYZ 34.96 25.07 23.42 -
YUV 138.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 208 105 128 0 0.50 0.38 0.18 346.6 0.52 0.61
Hex D0 69 80 0 32 26 12 15B 34 3D
Octal 320 151 200 0 62 46 22 533 64 75
Binary 11010000 1101001 10000000 0 110010 100110 10010 101011011 110100 111101

Color Harmonies of #D06980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06980

Black with #D06980

Text Example


Text Example

White with #D06980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06980; }

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

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

background-color css

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

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

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

border-color css

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

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

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