Html Css Color HEX #DA729A Pale Violet Red

📋 copy color: '#DA729A'

red 218 ◦ green 114 ◦ blue 154

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

Shades of Pale Violet Red #DA729A

Tints of Pale Violet Red #DA729A

RGB

 RED value IS 218 (85.55% from 255) = 44.86%

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

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

R = 44.86%
G = 23.46%
B = 31.69%

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

#DA729A (or 0xDA729A) is known color: Pale Violet Red. HEX triplet: DA, 72 and 9A. RGB value is (218,114,154). Sum of RGB (Red+Green+Blue) = 218+114+154=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA729A is #258D65. Grayscale: #959595. Windows color (decimal): -2461030 or 10121946. OLE color: 10121946.

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

Color convert

RGB 218 114 154 -
CMYK 0 0.48 0.29 0.15
HSL 336.92º 0.58% 0.65% -
HSV(B) 336.92º 0.48% 0.85% -
XYZ 40.76 29.27 34.07 -
YUV 149.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 218 114 154 0 0.48 0.29 0.15 336.92 0.58 0.65
Hex DA 72 9A 0 30 1D F 151 3A 41
Octal 332 162 232 0 60 35 17 521 72 101
Binary 11011010 1110010 10011010 0 110000 11101 1111 101010001 111010 1000001

Color Harmonies of #DA729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA729A

Black with #DA729A

Text Example


Text Example

White with #DA729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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