Html Css Color HEX #DA70A2 Pale Violet Red

📋 copy color: '#DA70A2'

red 218 ◦ green 112 ◦ blue 162

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

Shades of Pale Violet Red #DA70A2

Tints of Pale Violet Red #DA70A2

RGB

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

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

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

R = 44.31%
G = 22.76%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA70A2 (or 0xDA70A2) is known color: Pale Violet Red. HEX triplet: DA, 70 and A2. RGB value is (218,112,162). Sum of RGB (Red+Green+Blue) = 218+112+162=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70A2 is #258F5D. Grayscale: #959595. Windows color (decimal): -2461534 or 10645722. OLE color: 10645722.

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

Color convert

RGB 218 112 162 -
CMYK 0 0.49 0.26 0.15
HSL 331.7º 0.59% 0.65% -
HSV(B) 331.7º 0.49% 0.85% -
XYZ 41.23 29.1 37.63 -
YUV 149.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 218 112 162 0 0.49 0.26 0.15 331.7 0.59 0.65
Hex DA 70 A2 0 31 1A F 14C 3B 41
Octal 332 160 242 0 61 32 17 514 73 101
Binary 11011010 1110000 10100010 0 110001 11010 1111 101001100 111011 1000001

Color Harmonies of #DA70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA70A2

Black with #DA70A2

Text Example


Text Example

White with #DA70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA70A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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