Html Css Color HEX #DD6EA0 Pale Violet Red

📋 copy color: '#DD6EA0'

red 221 ◦ green 110 ◦ blue 160

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

Shades of Pale Violet Red #DD6EA0

Tints of Pale Violet Red #DD6EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 45.01%
G = 22.4%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD6EA0 (or 0xDD6EA0) is known color: Pale Violet Red. HEX triplet: DD, 6E and A0. RGB value is (221,110,160). Sum of RGB (Red+Green+Blue) = 221+110+160=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EA0 is #22915F. Grayscale: #949494. Windows color (decimal): -2265440 or 10514141. OLE color: 10514141.

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

Color convert

RGB 221 110 160 -
CMYK 0 0.50 0.28 0.13
HSL 332.97º 0.62% 0.65% -
HSV(B) 332.97º 0.5% 0.87% -
XYZ 41.74 29.06 36.67 -
YUV 148.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 221 110 160 0 0.50 0.28 0.13 332.97 0.62 0.65
Hex DD 6E A0 0 32 1C D 14D 3E 41
Octal 335 156 240 0 62 34 15 515 76 101
Binary 11011101 1101110 10100000 0 110010 11100 1101 101001101 111110 1000001

Color Harmonies of #DD6EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EA0

Black with #DD6EA0

Text Example


Text Example

White with #DD6EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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