Html Css Color HEX #D07780 Charm

📋 copy color: '#D07780'

red 208 ◦ green 119 ◦ blue 128

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

Shades of Charm #D07780

Tints of Charm #D07780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.15%

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

R = 45.71%
G = 26.15%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07780 (or 0xD07780) is known color: Charm. HEX triplet: D0, 77 and 80. RGB value is (208,119,128). Sum of RGB (Red+Green+Blue) = 208+119+128=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07780 is #2F887F. Grayscale: #929292. Windows color (decimal): -3115136 or 8419280. OLE color: 8419280.

HSL color Cylindrical-coordinate representation of color #D07780: hue angle of 353.93º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07780 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 128 -
CMYK 0 0.43 0.38 0.18
HSL 353.93º 0.49% 0.64% -
HSV(B) 353.93º 0.43% 0.82% -
XYZ 36.51 28.16 23.93 -
YUV 146.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 208 119 128 0 0.43 0.38 0.18 353.93 0.49 0.64
Hex D0 77 80 0 2B 26 12 162 31 40
Octal 320 167 200 0 53 46 22 542 61 100
Binary 11010000 1110111 10000000 0 101011 100110 10010 101100010 110001 1000000

Color Harmonies of #D07780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07780

Black with #D07780

Text Example


Text Example

White with #D07780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07780; }

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

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

background-color css

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

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

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

border-color css

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

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

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