Html Css Color HEX #D7808A Charm

📋 copy color: '#D7808A'

red 215 ◦ green 128 ◦ blue 138

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

Shades of Charm #D7808A

Tints of Charm #D7808A

RGB

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

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

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

R = 44.7%
G = 26.61%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7808A (or 0xD7808A) is known color: Charm. HEX triplet: D7, 80 and 8A. RGB value is (215,128,138). Sum of RGB (Red+Green+Blue) = 215+128+138=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7808A is #287F75. Grayscale: #9B9B9B. Windows color (decimal): -2654070 or 9076951. OLE color: 9076951.

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

Color convert

RGB 215 128 138 -
CMYK 0 0.40 0.36 0.16
HSL 353.1º 0.52% 0.67% -
HSV(B) 353.1º 0.4% 0.84% -
XYZ 40.33 31.72 28.04 -
YUV 155.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 215 128 138 0 0.40 0.36 0.16 353.1 0.52 0.67
Hex D7 80 8A 0 28 24 10 161 34 43
Octal 327 200 212 0 50 44 20 541 64 103
Binary 11010111 10000000 10001010 0 101000 100100 10000 101100001 110100 1000011

Color Harmonies of #D7808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7808A

Black with #D7808A

Text Example


Text Example

White with #D7808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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