Html Css Color HEX #DA729F Pale Violet Red

📋 copy color: '#DA729F'

red 218 ◦ green 114 ◦ blue 159

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

Shades of Pale Violet Red #DA729F

Tints of Pale Violet Red #DA729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 44.4%
G = 23.22%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA729F (or 0xDA729F) is known color: Pale Violet Red. HEX triplet: DA, 72 and 9F. RGB value is (218,114,159). Sum of RGB (Red+Green+Blue) = 218+114+159=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA729F is #258D60. Grayscale: #969696. Windows color (decimal): -2461025 or 10449626. OLE color: 10449626.

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

Color convert

RGB 218 114 159 -
CMYK 0 0.48 0.27 0.15
HSL 334.04º 0.58% 0.65% -
HSV(B) 334.04º 0.48% 0.85% -
XYZ 41.19 29.44 36.31 -
YUV 150.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 218 114 159 0 0.48 0.27 0.15 334.04 0.58 0.65
Hex DA 72 9F 0 30 1B F 14E 3A 41
Octal 332 162 237 0 60 33 17 516 72 101
Binary 11011010 1110010 10011111 0 110000 11011 1111 101001110 111010 1000001

Color Harmonies of #DA729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA729F

Black with #DA729F

Text Example


Text Example

White with #DA729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA729F; }

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

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

background-color css

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

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

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

border-color css

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

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

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