Html Css Color HEX #D9718D Pale Violet Red

📋 copy color: '#D9718D'

red 217 ◦ green 113 ◦ blue 141

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

Shades of Pale Violet Red #D9718D

Tints of Pale Violet Red #D9718D

RGB

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

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

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

R = 46.07%
G = 23.99%
B = 29.94%

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

#D9718D (or 0xD9718D) is known color: Pale Violet Red. HEX triplet: D9, 71 and 8D. RGB value is (217,113,141). Sum of RGB (Red+Green+Blue) = 217+113+141=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9718D is #268E72. Grayscale: #939393. Windows color (decimal): -2526835 or 9269721. OLE color: 9269721.

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

Color convert

RGB 217 113 141 -
CMYK 0 0.48 0.35 0.15
HSL 343.85º 0.58% 0.65% -
HSV(B) 343.85º 0.48% 0.85% -
XYZ 39.33 28.49 28.62 -
YUV 147.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 217 113 141 0 0.48 0.35 0.15 343.85 0.58 0.65
Hex D9 71 8D 0 30 23 F 158 3A 41
Octal 331 161 215 0 60 43 17 530 72 101
Binary 11011001 1110001 10001101 0 110000 100011 1111 101011000 111010 1000001

Color Harmonies of #D9718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9718D

Black with #D9718D

Text Example


Text Example

White with #D9718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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