Html Css Color HEX #D0788D Charm

📋 copy color: '#D0788D'

red 208 ◦ green 120 ◦ blue 141

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

Shades of Charm #D0788D

Tints of Charm #D0788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 44.35%
G = 25.59%
B = 30.06%

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

#D0788D (or 0xD0788D) is known color: Charm. HEX triplet: D0, 78 and 8D. RGB value is (208,120,141). Sum of RGB (Red+Green+Blue) = 208+120+141=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0788D is #2F8772. Grayscale: #949494. Windows color (decimal): -3114867 or 9271504. OLE color: 9271504.

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

Color convert

RGB 208 120 141 -
CMYK 0 0.42 0.32 0.18
HSL 345.68º 0.48% 0.64% -
HSV(B) 345.68º 0.42% 0.82% -
XYZ 37.54 28.77 28.77 -
YUV 148.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 208 120 141 0 0.42 0.32 0.18 345.68 0.48 0.64
Hex D0 78 8D 0 2A 20 12 15A 30 40
Octal 320 170 215 0 52 40 22 532 60 100
Binary 11010000 1111000 10001101 0 101010 100000 10010 101011010 110000 1000000

Color Harmonies of #D0788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0788D

Black with #D0788D

Text Example


Text Example

White with #D0788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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