Html Css Color HEX #DF70A9 Pale Violet Red

📋 copy color: '#DF70A9'

red 223 ◦ green 112 ◦ blue 169

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

Shades of Pale Violet Red #DF70A9

Tints of Pale Violet Red #DF70A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 44.25%
G = 22.22%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF70A9 (or 0xDF70A9) is known color: Pale Violet Red. HEX triplet: DF, 70 and A9. RGB value is (223,112,169). Sum of RGB (Red+Green+Blue) = 223+112+169=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70A9 is #208F56. Grayscale: #979797. Windows color (decimal): -2133847 or 11104479. OLE color: 11104479.

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

Color convert

RGB 223 112 169 -
CMYK 0 0.50 0.24 0.13
HSL 329.19º 0.63% 0.66% -
HSV(B) 329.19º 0.5% 0.87% -
XYZ 43.39 30.14 41.07 -
YUV 151.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 223 112 169 0 0.50 0.24 0.13 329.19 0.63 0.66
Hex DF 70 A9 0 32 18 D 149 3F 42
Octal 337 160 251 0 62 30 15 511 77 102
Binary 11011111 1110000 10101001 0 110010 11000 1101 101001001 111111 1000010

Color Harmonies of #DF70A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70A9

Black with #DF70A9

Text Example


Text Example

White with #DF70A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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