Html Css Color HEX #DD70A8 Pale Violet Red

📋 copy color: '#DD70A8'

red 221 ◦ green 112 ◦ blue 168

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

Shades of Pale Violet Red #DD70A8

Tints of Pale Violet Red #DD70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 44.11%
G = 22.36%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD70A8 (or 0xDD70A8) is known color: Pale Violet Red. HEX triplet: DD, 70 and A8. RGB value is (221,112,168). Sum of RGB (Red+Green+Blue) = 221+112+168=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70A8 is #228F57. Grayscale: #969696. Windows color (decimal): -2264920 or 11038941. OLE color: 11038941.

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

Color convert

RGB 221 112 168 -
CMYK 0 0.49 0.24 0.13
HSL 329.17º 0.62% 0.65% -
HSV(B) 329.17º 0.49% 0.87% -
XYZ 42.68 29.79 40.55 -
YUV 150.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 221 112 168 0 0.49 0.24 0.13 329.17 0.62 0.65
Hex DD 70 A8 0 31 18 D 149 3E 41
Octal 335 160 250 0 61 30 15 511 76 101
Binary 11011101 1110000 10101000 0 110001 11000 1101 101001001 111110 1000001

Color Harmonies of #DD70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70A8

Black with #DD70A8

Text Example


Text Example

White with #DD70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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