Html Css Color HEX #D7808E Charm

📋 copy color: '#D7808E'

red 215 ◦ green 128 ◦ blue 142

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

Shades of Charm #D7808E

Tints of Charm #D7808E

RGB

 RED value IS 215 (84.38% from 255) = 44.33%

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 44.33%
G = 26.39%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7808E (or 0xD7808E) is known color: Charm. HEX triplet: D7, 80 and 8E. RGB value is (215,128,142). Sum of RGB (Red+Green+Blue) = 215+128+142=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7808E is #287F71. Grayscale: #9B9B9B. Windows color (decimal): -2654066 or 9339095. OLE color: 9339095.

HSL color Cylindrical-coordinate representation of color #D7808E: hue angle of 350.34º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7808E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 142 -
CMYK 0 0.40 0.34 0.16
HSL 350.34º 0.52% 0.67% -
HSV(B) 350.34º 0.4% 0.84% -
XYZ 40.63 31.84 29.6 -
YUV 155.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 215 128 142 0 0.40 0.34 0.16 350.34 0.52 0.67
Hex D7 80 8E 0 28 22 10 15E 34 43
Octal 327 200 216 0 50 42 20 536 64 103
Binary 11010111 10000000 10001110 0 101000 100010 10000 101011110 110100 1000011

Color Harmonies of #D7808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7808E

Black with #D7808E

Text Example


Text Example

White with #D7808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7808E; }

 p { color: rgb(215,128,142); }

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

background-color css

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

 a { background-color: rgb(215,128,142); }

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

border-color css

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

 span { border-color: rgb(215,128,142); }

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