Html Css Color HEX #DA70A4 Pale Violet Red

📋 copy color: '#DA70A4'

red 218 ◦ green 112 ◦ blue 164

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

Shades of Pale Violet Red #DA70A4

Tints of Pale Violet Red #DA70A4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 44.13%
G = 22.67%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA70A4 (or 0xDA70A4) is known color: Pale Violet Red. HEX triplet: DA, 70 and A4. RGB value is (218,112,164). Sum of RGB (Red+Green+Blue) = 218+112+164=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70A4 is #258F5B. Grayscale: #959595. Windows color (decimal): -2461532 or 10776794. OLE color: 10776794.

HSL color Cylindrical-coordinate representation of color #DA70A4: hue angle of 330.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70A4 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 164 -
CMYK 0 0.49 0.25 0.15
HSL 330.57º 0.59% 0.65% -
HSV(B) 330.57º 0.49% 0.85% -
XYZ 41.41 29.17 38.57 -
YUV 149.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 218 112 164 0 0.49 0.25 0.15 330.57 0.59 0.65
Hex DA 70 A4 0 31 19 F 14B 3B 41
Octal 332 160 244 0 61 31 17 513 73 101
Binary 11011010 1110000 10100100 0 110001 11001 1111 101001011 111011 1000001

Color Harmonies of #DA70A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70A4

Black with #DA70A4

Text Example


Text Example

White with #DA70A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70A4; }

 p { color: rgb(218,112,164); }

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

background-color css

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

 a { background-color: rgb(218,112,164); }

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

border-color css

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

 span { border-color: rgb(218,112,164); }

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