Html Css Color HEX #D0788E Charm

📋 copy color: '#D0788E'

red 208 ◦ green 120 ◦ blue 142

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

Shades of Charm #D0788E

Tints of Charm #D0788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.21%

R = 44.26%
G = 25.53%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0788E (or 0xD0788E) is known color: Charm. HEX triplet: D0, 78 and 8E. RGB value is (208,120,142). Sum of RGB (Red+Green+Blue) = 208+120+142=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0788E is #2F8771. Grayscale: #949494. Windows color (decimal): -3114866 or 9337040. OLE color: 9337040.

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

Color convert

RGB 208 120 142 -
CMYK 0 0.42 0.32 0.18
HSL 345º 0.48% 0.64% -
HSV(B) 345º 0.42% 0.82% -
XYZ 37.61 28.8 29.17 -
YUV 148.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 208 120 142 0 0.42 0.32 0.18 345 0.48 0.64
Hex D0 78 8E 0 2A 20 12 159 30 40
Octal 320 170 216 0 52 40 22 531 60 100
Binary 11010000 1111000 10001110 0 101010 100000 10010 101011001 110000 1000000

Color Harmonies of #D0788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0788E

Black with #D0788E

Text Example


Text Example

White with #D0788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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