Html Css Color HEX #DA71A2 Pale Violet Red

📋 copy color: '#DA71A2'

red 218 ◦ green 113 ◦ blue 162

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

Shades of Pale Violet Red #DA71A2

Tints of Pale Violet Red #DA71A2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.92%

 BLUE value IS 162 (63.67% from 255) = 32.86%

R = 44.22%
G = 22.92%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA71A2 (or 0xDA71A2) is known color: Pale Violet Red. HEX triplet: DA, 71 and A2. RGB value is (218,113,162). Sum of RGB (Red+Green+Blue) = 218+113+162=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA71A2 is #258E5D. Grayscale: #959595. Windows color (decimal): -2461278 or 10645978. OLE color: 10645978.

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

Color convert

RGB 218 113 162 -
CMYK 0 0.48 0.26 0.15
HSL 332º 0.59% 0.65% -
HSV(B) 332º 0.48% 0.85% -
XYZ 41.34 29.32 37.66 -
YUV 149.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 218 113 162 0 0.48 0.26 0.15 332 0.59 0.65
Hex DA 71 A2 0 30 1A F 14C 3B 41
Octal 332 161 242 0 60 32 17 514 73 101
Binary 11011010 1110001 10100010 0 110000 11010 1111 101001100 111011 1000001

Color Harmonies of #DA71A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71A2

Black with #DA71A2

Text Example


Text Example

White with #DA71A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71A2; }

 p { color: rgb(218,113,162); }

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

background-color css

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

 a { background-color: rgb(218,113,162); }

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

border-color css

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

 span { border-color: rgb(218,113,162); }

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