Html Css Color HEX #D9719A Pale Violet Red

📋 copy color: '#D9719A'

red 217 ◦ green 113 ◦ blue 154

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

Shades of Pale Violet Red #D9719A

Tints of Pale Violet Red #D9719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 44.83%
G = 23.35%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9719A (or 0xD9719A) is known color: Pale Violet Red. HEX triplet: D9, 71 and 9A. RGB value is (217,113,154). Sum of RGB (Red+Green+Blue) = 217+113+154=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9719A is #268E65. Grayscale: #949494. Windows color (decimal): -2526822 or 10121689. OLE color: 10121689.

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

Color convert

RGB 217 113 154 -
CMYK 0 0.48 0.29 0.15
HSL 336.35º 0.58% 0.65% -
HSV(B) 336.35º 0.48% 0.85% -
XYZ 40.35 28.9 34.02 -
YUV 148.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 217 113 154 0 0.48 0.29 0.15 336.35 0.58 0.65
Hex D9 71 9A 0 30 1D F 150 3A 41
Octal 331 161 232 0 60 35 17 520 72 101
Binary 11011001 1110001 10011010 0 110000 11101 1111 101010000 111010 1000001

Color Harmonies of #D9719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9719A

Black with #D9719A

Text Example


Text Example

White with #D9719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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