Html Css Color HEX #DD6EA3 Pale Violet Red

📋 copy color: '#DD6EA3'

red 221 ◦ green 110 ◦ blue 163

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

Shades of Pale Violet Red #DD6EA3

Tints of Pale Violet Red #DD6EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33%

R = 44.74%
G = 22.27%
B = 33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD6EA3 (or 0xDD6EA3) is known color: Pale Violet Red. HEX triplet: DD, 6E and A3. RGB value is (221,110,163). Sum of RGB (Red+Green+Blue) = 221+110+163=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EA3 is #22915C. Grayscale: #959595. Windows color (decimal): -2265437 or 10710749. OLE color: 10710749.

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

Color convert

RGB 221 110 163 -
CMYK 0 0.50 0.26 0.13
HSL 331.35º 0.62% 0.65% -
HSV(B) 331.35º 0.5% 0.87% -
XYZ 42.01 29.17 38.07 -
YUV 149.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 221 110 163 0 0.50 0.26 0.13 331.35 0.62 0.65
Hex DD 6E A3 0 32 1A D 14B 3E 41
Octal 335 156 243 0 62 32 15 513 76 101
Binary 11011101 1101110 10100011 0 110010 11010 1101 101001011 111110 1000001

Color Harmonies of #DD6EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EA3

Black with #DD6EA3

Text Example


Text Example

White with #DD6EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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