Html Css Color HEX #DF70A0 Pale Violet Red

📋 copy color: '#DF70A0'

red 223 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #DF70A0

Tints of Pale Violet Red #DF70A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 45.05%
G = 22.63%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF70A0 (or 0xDF70A0) is known color: Pale Violet Red. HEX triplet: DF, 70 and A0. RGB value is (223,112,160). Sum of RGB (Red+Green+Blue) = 223+112+160=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70A0 is #208F5F. Grayscale: #969696. Windows color (decimal): -2133856 or 10514655. OLE color: 10514655.

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

Color convert

RGB 223 112 160 -
CMYK 0 0.50 0.28 0.13
HSL 334.05º 0.63% 0.66% -
HSV(B) 334.05º 0.5% 0.87% -
XYZ 42.57 29.81 36.77 -
YUV 150.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 223 112 160 0 0.50 0.28 0.13 334.05 0.63 0.66
Hex DF 70 A0 0 32 1C D 14E 3F 42
Octal 337 160 240 0 62 34 15 516 77 102
Binary 11011111 1110000 10100000 0 110010 11100 1101 101001110 111111 1000010

Color Harmonies of #DF70A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70A0

Black with #DF70A0

Text Example


Text Example

White with #DF70A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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