Html Css Color HEX #DF70AA Pale Violet Red

📋 copy color: '#DF70AA'

red 223 ◦ green 112 ◦ blue 170

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

Shades of Pale Violet Red #DF70AA

Tints of Pale Violet Red #DF70AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 44.16%
G = 22.18%
B = 33.66%

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

#DF70AA (or 0xDF70AA) is known color: Pale Violet Red. HEX triplet: DF, 70 and AA. RGB value is (223,112,170). Sum of RGB (Red+Green+Blue) = 223+112+170=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70AA is #208F55. Grayscale: #979797. Windows color (decimal): -2133846 or 11170015. OLE color: 11170015.

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

Color convert

RGB 223 112 170 -
CMYK 0 0.50 0.24 0.13
HSL 328.65º 0.63% 0.66% -
HSV(B) 328.65º 0.5% 0.87% -
XYZ 43.48 30.18 41.56 -
YUV 151.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 223 112 170 0 0.50 0.24 0.13 328.65 0.63 0.66
Hex DF 70 AA 0 32 18 D 149 3F 42
Octal 337 160 252 0 62 30 15 511 77 102
Binary 11011111 1110000 10101010 0 110010 11000 1101 101001001 111111 1000010

Color Harmonies of #DF70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70AA

Black with #DF70AA

Text Example


Text Example

White with #DF70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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