Html Css Color HEX #D5729A Pale Violet Red

📋 copy color: '#D5729A'

red 213 ◦ green 114 ◦ blue 154

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

Shades of Pale Violet Red #D5729A

Tints of Pale Violet Red #D5729A

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

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

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

R = 44.28%
G = 23.7%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5729A (or 0xD5729A) is known color: Pale Violet Red. HEX triplet: D5, 72 and 9A. RGB value is (213,114,154). Sum of RGB (Red+Green+Blue) = 213+114+154=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5729A is #2A8D65. Grayscale: #949494. Windows color (decimal): -2788710 or 10121941. OLE color: 10121941.

HSL color Cylindrical-coordinate representation of color #D5729A: hue angle of 335.76º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5729A is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 154 -
CMYK 0 0.46 0.28 0.16
HSL 335.76º 0.54% 0.64% -
HSV(B) 335.76º 0.46% 0.84% -
XYZ 39.29 28.51 34 -
YUV 148.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 213 114 154 0 0.46 0.28 0.16 335.76 0.54 0.64
Hex D5 72 9A 0 2E 1C 10 150 36 40
Octal 325 162 232 0 56 34 20 520 66 100
Binary 11010101 1110010 10011010 0 101110 11100 10000 101010000 110110 1000000

Color Harmonies of #D5729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5729A

Black with #D5729A

Text Example


Text Example

White with #D5729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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