Html Css Color HEX #DF70A2 Pale Violet Red

📋 copy color: '#DF70A2'

red 223 ◦ green 112 ◦ blue 162

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

Shades of Pale Violet Red #DF70A2

Tints of Pale Violet Red #DF70A2

RGB

 RED value IS 223 (87.5% from 255) = 44.87%

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

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

R = 44.87%
G = 22.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF70A2 (or 0xDF70A2) is known color: Pale Violet Red. HEX triplet: DF, 70 and A2. RGB value is (223,112,162). Sum of RGB (Red+Green+Blue) = 223+112+162=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70A2 is #208F5D. Grayscale: #969696. Windows color (decimal): -2133854 or 10645727. OLE color: 10645727.

HSL color Cylindrical-coordinate representation of color #DF70A2: hue angle of 332.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF70A2 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 162 -
CMYK 0 0.50 0.27 0.13
HSL 332.97º 0.63% 0.66% -
HSV(B) 332.97º 0.5% 0.87% -
XYZ 42.75 29.88 37.7 -
YUV 150.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 223 112 162 0 0.50 0.27 0.13 332.97 0.63 0.66
Hex DF 70 A2 0 32 1B D 14D 3F 42
Octal 337 160 242 0 62 33 15 515 77 102
Binary 11011111 1110000 10100010 0 110010 11011 1101 101001101 111111 1000010

Color Harmonies of #DF70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70A2

Black with #DF70A2

Text Example


Text Example

White with #DF70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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