Html Css Color HEX #DD70AA Pale Violet Red

📋 copy color: '#DD70AA'

red 221 ◦ green 112 ◦ blue 170

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

Shades of Pale Violet Red #DD70AA

Tints of Pale Violet Red #DD70AA

RGB

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

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

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

R = 43.94%
G = 22.27%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD70AA (or 0xDD70AA) is known color: Pale Violet Red. HEX triplet: DD, 70 and AA. RGB value is (221,112,170). Sum of RGB (Red+Green+Blue) = 221+112+170=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70AA is #228F55. Grayscale: #979797. Windows color (decimal): -2264918 or 11170013. OLE color: 11170013.

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

Color convert

RGB 221 112 170 -
CMYK 0 0.49 0.23 0.13
HSL 328.07º 0.62% 0.65% -
HSV(B) 328.07º 0.49% 0.87% -
XYZ 42.87 29.86 41.53 -
YUV 151.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 221 112 170 0 0.49 0.23 0.13 328.07 0.62 0.65
Hex DD 70 AA 0 31 17 D 148 3E 41
Octal 335 160 252 0 61 27 15 510 76 101
Binary 11011101 1110000 10101010 0 110001 10111 1101 101001000 111110 1000001

Color Harmonies of #DD70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70AA

Black with #DD70AA

Text Example


Text Example

White with #DD70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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