Html Css Color HEX #D8718D Pale Violet Red

📋 copy color: '#D8718D'

red 216 ◦ green 113 ◦ blue 141

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

Shades of Pale Violet Red #D8718D

Tints of Pale Violet Red #D8718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30%

R = 45.96%
G = 24.04%
B = 30%

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

#D8718D (or 0xD8718D) is known color: Pale Violet Red. HEX triplet: D8, 71 and 8D. RGB value is (216,113,141). Sum of RGB (Red+Green+Blue) = 216+113+141=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718D is #278E72. Grayscale: #929292. Windows color (decimal): -2592371 or 9269720. OLE color: 9269720.

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

Color convert

RGB 216 113 141 -
CMYK 0 0.48 0.35 0.15
HSL 343.69º 0.57% 0.65% -
HSV(B) 343.69º 0.48% 0.85% -
XYZ 39.03 28.33 28.61 -
YUV 146.99 124.62 177.22 -
System Red Green Blue C M Y K H S L
Decimal 216 113 141 0 0.48 0.35 0.15 343.69 0.57 0.65
Hex D8 71 8D 0 30 23 F 158 39 41
Octal 330 161 215 0 60 43 17 530 71 101
Binary 11011000 1110001 10001101 0 110000 100011 1111 101011000 111001 1000001

Color Harmonies of #D8718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8718D

Black with #D8718D

Text Example


Text Example

White with #D8718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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