Html Css Color HEX #DA72A3 Pale Violet Red

📋 copy color: '#DA72A3'

red 218 ◦ green 114 ◦ blue 163

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

Shades of Pale Violet Red #DA72A3

Tints of Pale Violet Red #DA72A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 44.04%
G = 23.03%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA72A3 (or 0xDA72A3) is known color: Pale Violet Red. HEX triplet: DA, 72 and A3. RGB value is (218,114,163). Sum of RGB (Red+Green+Blue) = 218+114+163=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA72A3 is #258D5C. Grayscale: #969696. Windows color (decimal): -2461021 or 10711770. OLE color: 10711770.

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

Color convert

RGB 218 114 163 -
CMYK 0 0.48 0.25 0.15
HSL 331.73º 0.58% 0.65% -
HSV(B) 331.73º 0.48% 0.85% -
XYZ 41.54 29.58 38.17 -
YUV 150.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 218 114 163 0 0.48 0.25 0.15 331.73 0.58 0.65
Hex DA 72 A3 0 30 19 F 14C 3A 41
Octal 332 162 243 0 60 31 17 514 72 101
Binary 11011010 1110010 10100011 0 110000 11001 1111 101001100 111010 1000001

Color Harmonies of #DA72A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72A3

Black with #DA72A3

Text Example


Text Example

White with #DA72A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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