Html Css Color HEX #D8808C Charm

📋 copy color: '#D8808C'

red 216 ◦ green 128 ◦ blue 140

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

Shades of Charm #D8808C

Tints of Charm #D8808C

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

 GREEN value IS 128 (50.39% from 255) = 26.45%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 44.63%
G = 26.45%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8808C (or 0xD8808C) is known color: Charm. HEX triplet: D8, 80 and 8C. RGB value is (216,128,140). Sum of RGB (Red+Green+Blue) = 216+128+140=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8808C is #277F73. Grayscale: #9B9B9B. Windows color (decimal): -2588532 or 9208024. OLE color: 9208024.

HSL color Cylindrical-coordinate representation of color #D8808C: hue angle of 351.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8808C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 140 -
CMYK 0 0.41 0.35 0.15
HSL 351.82º 0.53% 0.67% -
HSV(B) 351.82º 0.41% 0.85% -
XYZ 40.77 31.93 28.83 -
YUV 155.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 216 128 140 0 0.41 0.35 0.15 351.82 0.53 0.67
Hex D8 80 8C 0 29 23 F 160 35 43
Octal 330 200 214 0 51 43 17 540 65 103
Binary 11011000 10000000 10001100 0 101001 100011 1111 101100000 110101 1000011

Color Harmonies of #D8808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8808C

Black with #D8808C

Text Example


Text Example

White with #D8808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8808C; }

 p { color: rgb(216,128,140); }

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

background-color css

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

 a { background-color: rgb(216,128,140); }

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

border-color css

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

 span { border-color: rgb(216,128,140); }

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