Html Css Color HEX #D0787D Charm

📋 copy color: '#D0787D'

red 208 ◦ green 120 ◦ blue 125

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

Shades of Charm #D0787D

Tints of Charm #D0787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.49%

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

R = 45.92%
G = 26.49%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0787D (or 0xD0787D) is known color: Charm. HEX triplet: D0, 78 and 7D. RGB value is (208,120,125). Sum of RGB (Red+Green+Blue) = 208+120+125=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0787D is #2F8782. Grayscale: #929292. Windows color (decimal): -3114883 or 8222928. OLE color: 8222928.

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

Color convert

RGB 208 120 125 -
CMYK 0 0.42 0.40 0.18
HSL 356.59º 0.48% 0.64% -
HSV(B) 356.59º 0.42% 0.82% -
XYZ 36.43 28.32 22.95 -
YUV 146.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 208 120 125 0 0.42 0.40 0.18 356.59 0.48 0.64
Hex D0 78 7D 0 2A 28 12 165 30 40
Octal 320 170 175 0 52 50 22 545 60 100
Binary 11010000 1111000 1111101 0 101010 101000 10010 101100101 110000 1000000

Color Harmonies of #D0787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0787D

Black with #D0787D

Text Example


Text Example

White with #D0787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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