Html Css Color HEX #D06780 Charm

📋 copy color: '#D06780'

red 208 ◦ green 103 ◦ blue 128

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

Shades of Charm #D06780

Tints of Charm #D06780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.46%

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

R = 47.38%
G = 23.46%
B = 29.16%

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

#D06780 (or 0xD06780) is known color: Charm. HEX triplet: D0, 67 and 80. RGB value is (208,103,128). Sum of RGB (Red+Green+Blue) = 208+103+128=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D06780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06780 is #2F987F. Grayscale: #898989. Windows color (decimal): -3119232 or 8415184. OLE color: 8415184.

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

Color convert

RGB 208 103 128 -
CMYK 0 0.50 0.38 0.18
HSL 345.71º 0.53% 0.61% -
HSV(B) 345.71º 0.5% 0.82% -
XYZ 34.76 24.67 23.35 -
YUV 137.25 122.79 178.47 -
System Red Green Blue C M Y K H S L
Decimal 208 103 128 0 0.50 0.38 0.18 345.71 0.53 0.61
Hex D0 67 80 0 32 26 12 15A 35 3D
Octal 320 147 200 0 62 46 22 532 65 75
Binary 11010000 1100111 10000000 0 110010 100110 10010 101011010 110101 111101

Color Harmonies of #D06780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06780

Black with #D06780

Text Example


Text Example

White with #D06780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06780; }

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

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

background-color css

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

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

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

border-color css

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

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

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