Html Css Color HEX #D0777D Charm

📋 copy color: '#D0777D'

red 208 ◦ green 119 ◦ blue 125

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

Shades of Charm #D0777D

Tints of Charm #D0777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 46.02%
G = 26.33%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0777D (or 0xD0777D) is known color: Charm. HEX triplet: D0, 77 and 7D. RGB value is (208,119,125). Sum of RGB (Red+Green+Blue) = 208+119+125=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0777D is #2F8882. Grayscale: #929292. Windows color (decimal): -3115139 or 8222672. OLE color: 8222672.

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

Color convert

RGB 208 119 125 -
CMYK 0 0.43 0.40 0.18
HSL 355.96º 0.49% 0.64% -
HSV(B) 355.96º 0.43% 0.82% -
XYZ 36.31 28.08 22.91 -
YUV 146.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 208 119 125 0 0.43 0.40 0.18 355.96 0.49 0.64
Hex D0 77 7D 0 2B 28 12 164 31 40
Octal 320 167 175 0 53 50 22 544 61 100
Binary 11010000 1110111 1111101 0 101011 101000 10010 101100100 110001 1000000

Color Harmonies of #D0777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0777D

Black with #D0777D

Text Example


Text Example

White with #D0777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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