Html Css Color HEX #D0788B Charm

📋 copy color: '#D0788B'

red 208 ◦ green 120 ◦ blue 139

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

Shades of Charm #D0788B

Tints of Charm #D0788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 44.54%
G = 25.7%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0788B (or 0xD0788B) is known color: Charm. HEX triplet: D0, 78 and 8B. RGB value is (208,120,139). Sum of RGB (Red+Green+Blue) = 208+120+139=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0788B is #2F8774. Grayscale: #949494. Windows color (decimal): -3114869 or 9140432. OLE color: 9140432.

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

Color convert

RGB 208 120 139 -
CMYK 0 0.42 0.33 0.18
HSL 347.05º 0.48% 0.64% -
HSV(B) 347.05º 0.42% 0.82% -
XYZ 37.39 28.71 28 -
YUV 148.48 122.65 170.46 -
System Red Green Blue C M Y K H S L
Decimal 208 120 139 0 0.42 0.33 0.18 347.05 0.48 0.64
Hex D0 78 8B 0 2A 21 12 15B 30 40
Octal 320 170 213 0 52 41 22 533 60 100
Binary 11010000 1111000 10001011 0 101010 100001 10010 101011011 110000 1000000

Color Harmonies of #D0788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0788B

Black with #D0788B

Text Example


Text Example

White with #D0788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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