Html Css Color HEX #DD70A0 Pale Violet Red

📋 copy color: '#DD70A0'

red 221 ◦ green 112 ◦ blue 160

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

Shades of Pale Violet Red #DD70A0

Tints of Pale Violet Red #DD70A0

RGB

 RED value IS 221 (86.72% from 255) = 44.83%

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

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

R = 44.83%
G = 22.72%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD70A0 (or 0xDD70A0) is known color: Pale Violet Red. HEX triplet: DD, 70 and A0. RGB value is (221,112,160). Sum of RGB (Red+Green+Blue) = 221+112+160=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70A0 is #228F5F. Grayscale: #959595. Windows color (decimal): -2264928 or 10514653. OLE color: 10514653.

HSL color Cylindrical-coordinate representation of color #DD70A0: hue angle of 333.58º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD70A0 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 160 -
CMYK 0 0.49 0.28 0.13
HSL 333.58º 0.62% 0.65% -
HSV(B) 333.58º 0.49% 0.87% -
XYZ 41.96 29.5 36.74 -
YUV 150.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 221 112 160 0 0.49 0.28 0.13 333.58 0.62 0.65
Hex DD 70 A0 0 31 1C D 14E 3E 41
Octal 335 160 240 0 61 34 15 516 76 101
Binary 11011101 1110000 10100000 0 110001 11100 1101 101001110 111110 1000001

Color Harmonies of #DD70A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70A0

Black with #DD70A0

Text Example


Text Example

White with #DD70A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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