Html Css Color HEX #DD70A5 Pale Violet Red

📋 copy color: '#DD70A5'

red 221 ◦ green 112 ◦ blue 165

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

Shades of Pale Violet Red #DD70A5

Tints of Pale Violet Red #DD70A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 44.38%
G = 22.49%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD70A5 (or 0xDD70A5) is known color: Pale Violet Red. HEX triplet: DD, 70 and A5. RGB value is (221,112,165). Sum of RGB (Red+Green+Blue) = 221+112+165=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD70A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD70A5 is #228F5A. Grayscale: #969696. Windows color (decimal): -2264923 or 10842333. OLE color: 10842333.

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

Color convert

RGB 221 112 165 -
CMYK 0 0.49 0.25 0.13
HSL 330.83º 0.62% 0.65% -
HSV(B) 330.83º 0.49% 0.87% -
XYZ 42.4 29.68 39.09 -
YUV 150.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 221 112 165 0 0.49 0.25 0.13 330.83 0.62 0.65
Hex DD 70 A5 0 31 19 D 14B 3E 41
Octal 335 160 245 0 61 31 15 513 76 101
Binary 11011101 1110000 10100101 0 110001 11001 1101 101001011 111110 1000001

Color Harmonies of #DD70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD70A5

Black with #DD70A5

Text Example


Text Example

White with #DD70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD70A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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