Html Css Color HEX #DA71A6 Pale Violet Red

📋 copy color: '#DA71A6'

red 218 ◦ green 113 ◦ blue 166

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

Shades of Pale Violet Red #DA71A6

Tints of Pale Violet Red #DA71A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 43.86%
G = 22.74%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA71A6 (or 0xDA71A6) is known color: Pale Violet Red. HEX triplet: DA, 71 and A6. RGB value is (218,113,166). Sum of RGB (Red+Green+Blue) = 218+113+166=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA71A6 is #258E59. Grayscale: #969696. Windows color (decimal): -2461274 or 10908122. OLE color: 10908122.

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

Color convert

RGB 218 113 166 -
CMYK 0 0.48 0.24 0.15
HSL 329.71º 0.59% 0.65% -
HSV(B) 329.71º 0.48% 0.85% -
XYZ 41.7 29.47 39.57 -
YUV 150.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 218 113 166 0 0.48 0.24 0.15 329.71 0.59 0.65
Hex DA 71 A6 0 30 18 F 14A 3B 41
Octal 332 161 246 0 60 30 17 512 73 101
Binary 11011010 1110001 10100110 0 110000 11000 1111 101001010 111011 1000001

Color Harmonies of #DA71A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71A6

Black with #DA71A6

Text Example


Text Example

White with #DA71A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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