Html Css Color HEX #DD6EAA Pale Violet Red

📋 copy color: '#DD6EAA'

red 221 ◦ green 110 ◦ blue 170

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

Shades of Pale Violet Red #DD6EAA

Tints of Pale Violet Red #DD6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.96%

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

R = 44.11%
G = 21.96%
B = 33.93%

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

#DD6EAA (or 0xDD6EAA) is known color: Pale Violet Red. HEX triplet: DD, 6E and AA. RGB value is (221,110,170). Sum of RGB (Red+Green+Blue) = 221+110+170=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EAA is #229155. Grayscale: #959595. Windows color (decimal): -2265430 or 11169501. OLE color: 11169501.

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

Color convert

RGB 221 110 170 -
CMYK 0 0.50 0.23 0.13
HSL 327.57º 0.62% 0.65% -
HSV(B) 327.57º 0.5% 0.87% -
XYZ 42.65 29.43 41.46 -
YUV 150.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 221 110 170 0 0.50 0.23 0.13 327.57 0.62 0.65
Hex DD 6E AA 0 32 17 D 148 3E 41
Octal 335 156 252 0 62 27 15 510 76 101
Binary 11011101 1101110 10101010 0 110010 10111 1101 101001000 111110 1000001

Color Harmonies of #DD6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EAA

Black with #DD6EAA

Text Example


Text Example

White with #DD6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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