Html Css Color HEX #DD6AAC Pale Violet Red

📋 copy color: '#DD6AAC'

red 221 ◦ green 106 ◦ blue 172

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

Shades of Pale Violet Red #DD6AAC

Tints of Pale Violet Red #DD6AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.24%

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

R = 44.29%
G = 21.24%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD6AAC (or 0xDD6AAC) is known color: Pale Violet Red. HEX triplet: DD, 6A and AC. RGB value is (221,106,172). Sum of RGB (Red+Green+Blue) = 221+106+172=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AAC is #229553. Grayscale: #939393. Windows color (decimal): -2266452 or 11299549. OLE color: 11299549.

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

Color convert

RGB 221 106 172 -
CMYK 0 0.52 0.22 0.13
HSL 325.57º 0.63% 0.64% -
HSV(B) 325.57º 0.52% 0.87% -
XYZ 42.42 28.66 42.33 -
YUV 147.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 221 106 172 0 0.52 0.22 0.13 325.57 0.63 0.64
Hex DD 6A AC 0 34 16 D 146 3F 40
Octal 335 152 254 0 64 26 15 506 77 100
Binary 11011101 1101010 10101100 0 110100 10110 1101 101000110 111111 1000000

Color Harmonies of #DD6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AAC

Black with #DD6AAC

Text Example


Text Example

White with #DD6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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