Html Css Color HEX #DD6EA1 Pale Violet Red

📋 copy color: '#DD6EA1'

red 221 ◦ green 110 ◦ blue 161

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

Shades of Pale Violet Red #DD6EA1

Tints of Pale Violet Red #DD6EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.72%

R = 44.92%
G = 22.36%
B = 32.72%

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

#DD6EA1 (or 0xDD6EA1) is known color: Pale Violet Red. HEX triplet: DD, 6E and A1. RGB value is (221,110,161). Sum of RGB (Red+Green+Blue) = 221+110+161=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EA1 is #22915E. Grayscale: #949494. Windows color (decimal): -2265439 or 10579677. OLE color: 10579677.

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

Color convert

RGB 221 110 161 -
CMYK 0 0.50 0.27 0.13
HSL 332.43º 0.62% 0.65% -
HSV(B) 332.43º 0.5% 0.87% -
XYZ 41.83 29.1 37.13 -
YUV 149 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 221 110 161 0 0.50 0.27 0.13 332.43 0.62 0.65
Hex DD 6E A1 0 32 1B D 14C 3E 41
Octal 335 156 241 0 62 33 15 514 76 101
Binary 11011101 1101110 10100001 0 110010 11011 1101 101001100 111110 1000001

Color Harmonies of #DD6EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EA1

Black with #DD6EA1

Text Example


Text Example

White with #DD6EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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