Html Css Color HEX #DF70AC Pale Violet Red

📋 copy color: '#DF70AC'

red 223 ◦ green 112 ◦ blue 172

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

Shades of Pale Violet Red #DF70AC

Tints of Pale Violet Red #DF70AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.93%

R = 43.98%
G = 22.09%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF70AC (or 0xDF70AC) is known color: Pale Violet Red. HEX triplet: DF, 70 and AC. RGB value is (223,112,172). Sum of RGB (Red+Green+Blue) = 223+112+172=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70AC is #208F53. Grayscale: #979797. Windows color (decimal): -2133844 or 11301087. OLE color: 11301087.

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

Color convert

RGB 223 112 172 -
CMYK 0 0.50 0.23 0.13
HSL 327.57º 0.63% 0.66% -
HSV(B) 327.57º 0.5% 0.87% -
XYZ 43.67 30.25 42.57 -
YUV 152.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 223 112 172 0 0.50 0.23 0.13 327.57 0.63 0.66
Hex DF 70 AC 0 32 17 D 148 3F 42
Octal 337 160 254 0 62 27 15 510 77 102
Binary 11011111 1110000 10101100 0 110010 10111 1101 101001000 111111 1000010

Color Harmonies of #DF70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70AC

Black with #DF70AC

Text Example


Text Example

White with #DF70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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