Html Css Color HEX #D9719B Pale Violet Red

📋 copy color: '#D9719B'

red 217 ◦ green 113 ◦ blue 155

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

Shades of Pale Violet Red #D9719B

Tints of Pale Violet Red #D9719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 44.74%
G = 23.3%
B = 31.96%

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

#D9719B (or 0xD9719B) is known color: Pale Violet Red. HEX triplet: D9, 71 and 9B. RGB value is (217,113,155). Sum of RGB (Red+Green+Blue) = 217+113+155=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9719B is #268E64. Grayscale: #949494. Windows color (decimal): -2526821 or 10187225. OLE color: 10187225.

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

Color convert

RGB 217 113 155 -
CMYK 0 0.48 0.29 0.15
HSL 335.77º 0.58% 0.65% -
HSV(B) 335.77º 0.48% 0.85% -
XYZ 40.44 28.93 34.46 -
YUV 148.88 131.46 176.58 -
System Red Green Blue C M Y K H S L
Decimal 217 113 155 0 0.48 0.29 0.15 335.77 0.58 0.65
Hex D9 71 9B 0 30 1D F 150 3A 41
Octal 331 161 233 0 60 35 17 520 72 101
Binary 11011001 1110001 10011011 0 110000 11101 1111 101010000 111010 1000001

Color Harmonies of #D9719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9719B

Black with #D9719B

Text Example


Text Example

White with #D9719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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