Html Css Color HEX #D0788F Charm

📋 copy color: '#D0788F'

red 208 ◦ green 120 ◦ blue 143

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

Shades of Charm #D0788F

Tints of Charm #D0788F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 44.16%
G = 25.48%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0788F (or 0xD0788F) is known color: Charm. HEX triplet: D0, 78 and 8F. RGB value is (208,120,143). Sum of RGB (Red+Green+Blue) = 208+120+143=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0788F is #2F8770. Grayscale: #949494. Windows color (decimal): -3114865 or 9402576. OLE color: 9402576.

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

Color convert

RGB 208 120 143 -
CMYK 0 0.42 0.31 0.18
HSL 344.32º 0.48% 0.64% -
HSV(B) 344.32º 0.42% 0.82% -
XYZ 37.69 28.83 29.56 -
YUV 148.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 208 120 143 0 0.42 0.31 0.18 344.32 0.48 0.64
Hex D0 78 8F 0 2A 1F 12 158 30 40
Octal 320 170 217 0 52 37 22 530 60 100
Binary 11010000 1111000 10001111 0 101010 11111 10010 101011000 110000 1000000

Color Harmonies of #D0788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0788F

Black with #D0788F

Text Example


Text Example

White with #D0788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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