Html Css Color HEX #DD6FAA Pale Violet Red

📋 copy color: '#DD6FAA'

red 221 ◦ green 111 ◦ blue 170

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

Shades of Pale Violet Red #DD6FAA

Tints of Pale Violet Red #DD6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

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

R = 44.02%
G = 22.11%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD6FAA (or 0xDD6FAA) is known color: Pale Violet Red. HEX triplet: DD, 6F and AA. RGB value is (221,111,170). Sum of RGB (Red+Green+Blue) = 221+111+170=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FAA is #229055. Grayscale: #969696. Windows color (decimal): -2265174 or 11169757. OLE color: 11169757.

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

Color convert

RGB 221 111 170 -
CMYK 0 0.50 0.23 0.13
HSL 327.82º 0.62% 0.65% -
HSV(B) 327.82º 0.5% 0.87% -
XYZ 42.76 29.64 41.5 -
YUV 150.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 221 111 170 0 0.50 0.23 0.13 327.82 0.62 0.65
Hex DD 6F AA 0 32 17 D 148 3E 41
Octal 335 157 252 0 62 27 15 510 76 101
Binary 11011101 1101111 10101010 0 110010 10111 1101 101001000 111110 1000001

Color Harmonies of #DD6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6FAA

Black with #DD6FAA

Text Example


Text Example

White with #DD6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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