Html Css Color HEX #D8718C Charm

📋 copy color: '#D8718C'

red 216 ◦ green 113 ◦ blue 140

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

Shades of Charm #D8718C

Tints of Charm #D8718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 46.06%
G = 24.09%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8718C (or 0xD8718C) is known color: Charm. HEX triplet: D8, 71 and 8C. RGB value is (216,113,140). Sum of RGB (Red+Green+Blue) = 216+113+140=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718C is #278E73. Grayscale: #929292. Windows color (decimal): -2592372 or 9204184. OLE color: 9204184.

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

Color convert

RGB 216 113 140 -
CMYK 0 0.48 0.35 0.15
HSL 344.27º 0.57% 0.65% -
HSV(B) 344.27º 0.48% 0.85% -
XYZ 38.96 28.3 28.22 -
YUV 146.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 216 113 140 0 0.48 0.35 0.15 344.27 0.57 0.65
Hex D8 71 8C 0 30 23 F 158 39 41
Octal 330 161 214 0 60 43 17 530 71 101
Binary 11011000 1110001 10001100 0 110000 100011 1111 101011000 111001 1000001

Color Harmonies of #D8718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8718C

Black with #D8718C

Text Example


Text Example

White with #D8718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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