Html Css Color HEX #DD6EAC Pale Violet Red

📋 copy color: '#DD6EAC'

red 221 ◦ green 110 ◦ blue 172

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

Shades of Pale Violet Red #DD6EAC

Tints of Pale Violet Red #DD6EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 43.94%
G = 21.87%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD6EAC (or 0xDD6EAC) is known color: Pale Violet Red. HEX triplet: DD, 6E and AC. RGB value is (221,110,172). Sum of RGB (Red+Green+Blue) = 221+110+172=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EAC is #229153. Grayscale: #969696. Windows color (decimal): -2265428 or 11300573. OLE color: 11300573.

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

Color convert

RGB 221 110 172 -
CMYK 0 0.50 0.22 0.13
HSL 326.49º 0.62% 0.65% -
HSV(B) 326.49º 0.5% 0.87% -
XYZ 42.84 29.5 42.47 -
YUV 150.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 221 110 172 0 0.50 0.22 0.13 326.49 0.62 0.65
Hex DD 6E AC 0 32 16 D 146 3E 41
Octal 335 156 254 0 62 26 15 506 76 101
Binary 11011101 1101110 10101100 0 110010 10110 1101 101000110 111110 1000001

Color Harmonies of #DD6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EAC

Black with #DD6EAC

Text Example


Text Example

White with #DD6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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