Html Css Color HEX #DD6EA2 Pale Violet Red

📋 copy color: '#DD6EA2'

red 221 ◦ green 110 ◦ blue 162

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

Shades of Pale Violet Red #DD6EA2

Tints of Pale Violet Red #DD6EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.86%

R = 44.83%
G = 22.31%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD6EA2 (or 0xDD6EA2) is known color: Pale Violet Red. HEX triplet: DD, 6E and A2. RGB value is (221,110,162). Sum of RGB (Red+Green+Blue) = 221+110+162=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EA2 is #22915D. Grayscale: #959595. Windows color (decimal): -2265438 or 10645213. OLE color: 10645213.

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

Color convert

RGB 221 110 162 -
CMYK 0 0.50 0.27 0.13
HSL 331.89º 0.62% 0.65% -
HSV(B) 331.89º 0.5% 0.87% -
XYZ 41.92 29.13 37.6 -
YUV 149.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 221 110 162 0 0.50 0.27 0.13 331.89 0.62 0.65
Hex DD 6E A2 0 32 1B D 14C 3E 41
Octal 335 156 242 0 62 33 15 514 76 101
Binary 11011101 1101110 10100010 0 110010 11011 1101 101001100 111110 1000001

Color Harmonies of #DD6EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EA2

Black with #DD6EA2

Text Example


Text Example

White with #DD6EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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