Html Css Color HEX #D8808A Charm

📋 copy color: '#D8808A'

red 216 ◦ green 128 ◦ blue 138

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

Shades of Charm #D8808A

Tints of Charm #D8808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 44.81%
G = 26.56%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8808A (or 0xD8808A) is known color: Charm. HEX triplet: D8, 80 and 8A. RGB value is (216,128,138). Sum of RGB (Red+Green+Blue) = 216+128+138=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8808A is #277F75. Grayscale: #9B9B9B. Windows color (decimal): -2588534 or 9076952. OLE color: 9076952.

HSL color Cylindrical-coordinate representation of color #D8808A: hue angle of 353.18º 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 #D8808A is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 138 -
CMYK 0 0.41 0.36 0.15
HSL 353.18º 0.53% 0.67% -
HSV(B) 353.18º 0.41% 0.85% -
XYZ 40.63 31.87 28.06 -
YUV 155.45 118.15 171.19 -
System Red Green Blue C M Y K H S L
Decimal 216 128 138 0 0.41 0.36 0.15 353.18 0.53 0.67
Hex D8 80 8A 0 29 24 F 161 35 43
Octal 330 200 212 0 51 44 17 541 65 103
Binary 11011000 10000000 10001010 0 101001 100100 1111 101100001 110101 1000011

Color Harmonies of #D8808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8808A

Black with #D8808A

Text Example


Text Example

White with #D8808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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