Html Css Color HEX #D8718E Pale Violet Red

📋 copy color: '#D8718E'

red 216 ◦ green 113 ◦ blue 142

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

Shades of Pale Violet Red #D8718E

Tints of Pale Violet Red #D8718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 45.86%
G = 23.99%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8718E (or 0xD8718E) is known color: Pale Violet Red. HEX triplet: D8, 71 and 8E. RGB value is (216,113,142). Sum of RGB (Red+Green+Blue) = 216+113+142=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718E is #278E71. Grayscale: #939393. Windows color (decimal): -2592370 or 9335256. OLE color: 9335256.

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

Color convert

RGB 216 113 142 -
CMYK 0 0.48 0.34 0.15
HSL 343.11º 0.57% 0.65% -
HSV(B) 343.11º 0.48% 0.85% -
XYZ 39.11 28.36 29 -
YUV 147.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 216 113 142 0 0.48 0.34 0.15 343.11 0.57 0.65
Hex D8 71 8E 0 30 22 F 157 39 41
Octal 330 161 216 0 60 42 17 527 71 101
Binary 11011000 1110001 10001110 0 110000 100010 1111 101010111 111001 1000001

Color Harmonies of #D8718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8718E

Black with #D8718E

Text Example


Text Example

White with #D8718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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