Html Css Color HEX #DD6EA5 Pale Violet Red

📋 copy color: '#DD6EA5'

red 221 ◦ green 110 ◦ blue 165

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

Shades of Pale Violet Red #DD6EA5

Tints of Pale Violet Red #DD6EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 44.56%
G = 22.18%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD6EA5 (or 0xDD6EA5) is known color: Pale Violet Red. HEX triplet: DD, 6E and A5. RGB value is (221,110,165). Sum of RGB (Red+Green+Blue) = 221+110+165=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EA5 is #22915A. Grayscale: #959595. Windows color (decimal): -2265435 or 10841821. OLE color: 10841821.

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

Color convert

RGB 221 110 165 -
CMYK 0 0.50 0.25 0.13
HSL 330.27º 0.62% 0.65% -
HSV(B) 330.27º 0.5% 0.87% -
XYZ 42.19 29.24 39.02 -
YUV 149.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 221 110 165 0 0.50 0.25 0.13 330.27 0.62 0.65
Hex DD 6E A5 0 32 19 D 14A 3E 41
Octal 335 156 245 0 62 31 15 512 76 101
Binary 11011101 1101110 10100101 0 110010 11001 1101 101001010 111110 1000001

Color Harmonies of #DD6EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EA5

Black with #DD6EA5

Text Example


Text Example

White with #DD6EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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