Html Css Color HEX #DA72A0 Pale Violet Red

📋 copy color: '#DA72A0'

red 218 ◦ green 114 ◦ blue 160

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

Shades of Pale Violet Red #DA72A0

Tints of Pale Violet Red #DA72A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 44.31%
G = 23.17%
B = 32.52%

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

#DA72A0 (or 0xDA72A0) is known color: Pale Violet Red. HEX triplet: DA, 72 and A0. RGB value is (218,114,160). Sum of RGB (Red+Green+Blue) = 218+114+160=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA72A0 is #258D5F. Grayscale: #969696. Windows color (decimal): -2461024 or 10515162. OLE color: 10515162.

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

Color convert

RGB 218 114 160 -
CMYK 0 0.48 0.27 0.15
HSL 333.46º 0.58% 0.65% -
HSV(B) 333.46º 0.48% 0.85% -
XYZ 41.28 29.48 36.77 -
YUV 150.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 218 114 160 0 0.48 0.27 0.15 333.46 0.58 0.65
Hex DA 72 A0 0 30 1B F 14D 3A 41
Octal 332 162 240 0 60 33 17 515 72 101
Binary 11011010 1110010 10100000 0 110000 11011 1111 101001101 111010 1000001

Color Harmonies of #DA72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72A0

Black with #DA72A0

Text Example


Text Example

White with #DA72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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