Html Css Color HEX #D9718E Pale Violet Red

📋 copy color: '#D9718E'

red 217 ◦ green 113 ◦ blue 142

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

Shades of Pale Violet Red #D9718E

Tints of Pale Violet Red #D9718E

RGB

 RED value IS 217 (85.16% from 255) = 45.97%

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

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

R = 45.97%
G = 23.94%
B = 30.08%

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

#D9718E (or 0xD9718E) is known color: Pale Violet Red. HEX triplet: D9, 71 and 8E. RGB value is (217,113,142). Sum of RGB (Red+Green+Blue) = 217+113+142=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9718E is #268E71. Grayscale: #939393. Windows color (decimal): -2526834 or 9335257. OLE color: 9335257.

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

Color convert

RGB 217 113 142 -
CMYK 0 0.48 0.35 0.15
HSL 343.27º 0.58% 0.65% -
HSV(B) 343.27º 0.48% 0.85% -
XYZ 39.4 28.51 29.02 -
YUV 147.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 217 113 142 0 0.48 0.35 0.15 343.27 0.58 0.65
Hex D9 71 8E 0 30 23 F 157 3A 41
Octal 331 161 216 0 60 43 17 527 72 101
Binary 11011001 1110001 10001110 0 110000 100011 1111 101010111 111010 1000001

Color Harmonies of #D9718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9718E

Black with #D9718E

Text Example


Text Example

White with #D9718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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