Html Css Color HEX #DD6DAC Pale Violet Red

📋 copy color: '#DD6DAC'

red 221 ◦ green 109 ◦ blue 172

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

Shades of Pale Violet Red #DD6DAC

Tints of Pale Violet Red #DD6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

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

R = 44.02%
G = 21.71%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD6DAC (or 0xDD6DAC) is known color: Pale Violet Red. HEX triplet: DD, 6D and AC. RGB value is (221,109,172). Sum of RGB (Red+Green+Blue) = 221+109+172=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DAC is #229253. Grayscale: #959595. Windows color (decimal): -2265684 or 11300317. OLE color: 11300317.

HSL color Cylindrical-coordinate representation of color #DD6DAC: hue angle of 326.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DAC is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 172 -
CMYK 0 0.51 0.22 0.13
HSL 326.25º 0.62% 0.65% -
HSV(B) 326.25º 0.51% 0.87% -
XYZ 42.73 29.29 42.43 -
YUV 149.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 221 109 172 0 0.51 0.22 0.13 326.25 0.62 0.65
Hex DD 6D AC 0 33 16 D 146 3E 41
Octal 335 155 254 0 63 26 15 506 76 101
Binary 11011101 1101101 10101100 0 110011 10110 1101 101000110 111110 1000001

Color Harmonies of #DD6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6DAC

Black with #DD6DAC

Text Example


Text Example

White with #DD6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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