Html Css Color HEX #D8718B Charm

📋 copy color: '#D8718B'

red 216 ◦ green 113 ◦ blue 139

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

Shades of Charm #D8718B

Tints of Charm #D8718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.15%

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 46.15%
G = 24.15%
B = 29.7%

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

#D8718B (or 0xD8718B) is known color: Charm. HEX triplet: D8, 71 and 8B. RGB value is (216,113,139). Sum of RGB (Red+Green+Blue) = 216+113+139=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718B is #278E74. Grayscale: #929292. Windows color (decimal): -2592373 or 9138648. OLE color: 9138648.

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

Color convert

RGB 216 113 139 -
CMYK 0 0.48 0.36 0.15
HSL 344.85º 0.57% 0.65% -
HSV(B) 344.85º 0.48% 0.85% -
XYZ 38.88 28.27 27.83 -
YUV 146.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 216 113 139 0 0.48 0.36 0.15 344.85 0.57 0.65
Hex D8 71 8B 0 30 24 F 159 39 41
Octal 330 161 213 0 60 44 17 531 71 101
Binary 11011000 1110001 10001011 0 110000 100100 1111 101011001 111001 1000001

Color Harmonies of #D8718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8718B

Black with #D8718B

Text Example


Text Example

White with #D8718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8718B; }

 p { color: rgb(216,113,139); }

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

background-color css

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

 a { background-color: rgb(216,113,139); }

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

border-color css

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

 span { border-color: rgb(216,113,139); }

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