Html Css Color HEX #DD70A1 Pale Violet Red

📋 copy color: '#DD70A1'

red 221 ◦ green 112 ◦ blue 161

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

Shades of Pale Violet Red #DD70A1

Tints of Pale Violet Red #DD70A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.59%

R = 44.74%
G = 22.67%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD70A1 (or 0xDD70A1) is known color: Pale Violet Red. HEX triplet: DD, 70 and A1. RGB value is (221,112,161). Sum of RGB (Red+Green+Blue) = 221+112+161=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70A1 is #228F5E. Grayscale: #969696. Windows color (decimal): -2264927 or 10580189. OLE color: 10580189.

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

Color convert

RGB 221 112 161 -
CMYK 0 0.49 0.27 0.13
HSL 333.03º 0.62% 0.65% -
HSV(B) 333.03º 0.49% 0.87% -
XYZ 42.05 29.53 37.2 -
YUV 150.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 221 112 161 0 0.49 0.27 0.13 333.03 0.62 0.65
Hex DD 70 A1 0 31 1B D 14D 3E 41
Octal 335 160 241 0 61 33 15 515 76 101
Binary 11011101 1110000 10100001 0 110001 11011 1101 101001101 111110 1000001

Color Harmonies of #DD70A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70A1

Black with #DD70A1

Text Example


Text Example

White with #DD70A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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