Html Css Color HEX #DF70AD Pale Violet Red

📋 copy color: '#DF70AD'

red 223 ◦ green 112 ◦ blue 173

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

Shades of Pale Violet Red #DF70AD

Tints of Pale Violet Red #DF70AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 43.9%
G = 22.05%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF70AD (or 0xDF70AD) is known color: Pale Violet Red. HEX triplet: DF, 70 and AD. RGB value is (223,112,173). Sum of RGB (Red+Green+Blue) = 223+112+173=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF70AD is #208F52. Grayscale: #989898. Windows color (decimal): -2133843 or 11366623. OLE color: 11366623.

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

Color convert

RGB 223 112 173 -
CMYK 0 0.50 0.22 0.13
HSL 327.03º 0.63% 0.66% -
HSV(B) 327.03º 0.5% 0.87% -
XYZ 43.77 30.29 43.08 -
YUV 152.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 223 112 173 0 0.50 0.22 0.13 327.03 0.63 0.66
Hex DF 70 AD 0 32 16 D 147 3F 42
Octal 337 160 255 0 62 26 15 507 77 102
Binary 11011111 1110000 10101101 0 110010 10110 1101 101000111 111111 1000010

Color Harmonies of #DF70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF70AD

Black with #DF70AD

Text Example


Text Example

White with #DF70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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