Html Css Color HEX #D9729A Pale Violet Red

📋 copy color: '#D9729A'

red 217 ◦ green 114 ◦ blue 154

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

Shades of Pale Violet Red #D9729A

Tints of Pale Violet Red #D9729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

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

R = 44.74%
G = 23.51%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9729A (or 0xD9729A) is known color: Pale Violet Red. HEX triplet: D9, 72 and 9A. RGB value is (217,114,154). Sum of RGB (Red+Green+Blue) = 217+114+154=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9729A is #268D65. Grayscale: #959595. Windows color (decimal): -2526566 or 10121945. OLE color: 10121945.

HSL color Cylindrical-coordinate representation of color #D9729A: hue angle of 336.7º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9729A is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 154 -
CMYK 0 0.47 0.29 0.15
HSL 336.7º 0.58% 0.65% -
HSV(B) 336.7º 0.47% 0.85% -
XYZ 40.47 29.12 34.06 -
YUV 149.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 217 114 154 0 0.47 0.29 0.15 336.7 0.58 0.65
Hex D9 72 9A 0 2F 1D F 151 3A 41
Octal 331 162 232 0 57 35 17 521 72 101
Binary 11011001 1110010 10011010 0 101111 11101 1111 101010001 111010 1000001

Color Harmonies of #D9729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9729A

Black with #D9729A

Text Example


Text Example

White with #D9729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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