Html Css Color HEX #DA71A8 Pale Violet Red

📋 copy color: '#DA71A8'

red 218 ◦ green 113 ◦ blue 168

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

Shades of Pale Violet Red #DA71A8

Tints of Pale Violet Red #DA71A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 43.69%
G = 22.65%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA71A8 (or 0xDA71A8) is known color: Pale Violet Red. HEX triplet: DA, 71 and A8. RGB value is (218,113,168). Sum of RGB (Red+Green+Blue) = 218+113+168=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA71A8 is #258E57. Grayscale: #969696. Windows color (decimal): -2461272 or 11039194. OLE color: 11039194.

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

Color convert

RGB 218 113 168 -
CMYK 0 0.48 0.23 0.15
HSL 328.57º 0.59% 0.65% -
HSV(B) 328.57º 0.48% 0.85% -
XYZ 41.89 29.54 40.54 -
YUV 150.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 218 113 168 0 0.48 0.23 0.15 328.57 0.59 0.65
Hex DA 71 A8 0 30 17 F 149 3B 41
Octal 332 161 250 0 60 27 17 511 73 101
Binary 11011010 1110001 10101000 0 110000 10111 1111 101001001 111011 1000001

Color Harmonies of #DA71A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71A8

Black with #DA71A8

Text Example


Text Example

White with #DA71A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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