Html Css Color HEX #DD6AA0 Pale Violet Red

📋 copy color: '#DD6AA0'

red 221 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #DD6AA0

Tints of Pale Violet Red #DD6AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.85%

R = 45.38%
G = 21.77%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD6AA0 (or 0xDD6AA0) is known color: Pale Violet Red. HEX triplet: DD, 6A and A0. RGB value is (221,106,160). Sum of RGB (Red+Green+Blue) = 221+106+160=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA0 is #22955F. Grayscale: #929292. Windows color (decimal): -2266464 or 10513117. OLE color: 10513117.

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

Color convert

RGB 221 106 160 -
CMYK 0 0.52 0.28 0.13
HSL 331.83º 0.63% 0.64% -
HSV(B) 331.83º 0.52% 0.87% -
XYZ 41.32 28.22 36.53 -
YUV 146.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 221 106 160 0 0.52 0.28 0.13 331.83 0.63 0.64
Hex DD 6A A0 0 34 1C D 14C 3F 40
Octal 335 152 240 0 64 34 15 514 77 100
Binary 11011101 1101010 10100000 0 110100 11100 1101 101001100 111111 1000000

Color Harmonies of #DD6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AA0

Black with #DD6AA0

Text Example


Text Example

White with #DD6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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