Html Css Color HEX #D8708A Charm

📋 copy color: '#D8708A'

red 216 ◦ green 112 ◦ blue 138

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

Shades of Charm #D8708A

Tints of Charm #D8708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.03%

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

R = 46.35%
G = 24.03%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8708A (or 0xD8708A) is known color: Charm. HEX triplet: D8, 70 and 8A. RGB value is (216,112,138). Sum of RGB (Red+Green+Blue) = 216+112+138=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8708A is #278F75. Grayscale: #929292. Windows color (decimal): -2592630 or 9072856. OLE color: 9072856.

HSL color Cylindrical-coordinate representation of color #D8708A: hue angle of 345º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8708A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 138 -
CMYK 0 0.48 0.36 0.15
HSL 345º 0.57% 0.64% -
HSV(B) 345º 0.48% 0.85% -
XYZ 38.7 28.02 27.41 -
YUV 146.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 216 112 138 0 0.48 0.36 0.15 345 0.57 0.64
Hex D8 70 8A 0 30 24 F 159 39 40
Octal 330 160 212 0 60 44 17 531 71 100
Binary 11011000 1110000 10001010 0 110000 100100 1111 101011001 111001 1000000

Color Harmonies of #D8708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8708A

Black with #D8708A

Text Example


Text Example

White with #D8708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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