Html Css Color HEX #DD66A0 Pale Violet Red

📋 copy color: '#DD66A0'

red 221 ◦ green 102 ◦ blue 160

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

Shades of Pale Violet Red #DD66A0

Tints of Pale Violet Red #DD66A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.12%

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

R = 45.76%
G = 21.12%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD66A0 (or 0xDD66A0) is known color: Pale Violet Red. HEX triplet: DD, 66 and A0. RGB value is (221,102,160). Sum of RGB (Red+Green+Blue) = 221+102+160=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A0 is #22995F. Grayscale: #909090. Windows color (decimal): -2267488 or 10512093. OLE color: 10512093.

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

Color convert

RGB 221 102 160 -
CMYK 0 0.54 0.28 0.13
HSL 330.76º 0.64% 0.63% -
HSV(B) 330.76º 0.54% 0.87% -
XYZ 40.92 27.41 36.39 -
YUV 144.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 221 102 160 0 0.54 0.28 0.13 330.76 0.64 0.63
Hex DD 66 A0 0 36 1C D 14B 40 3F
Octal 335 146 240 0 66 34 15 513 100 77
Binary 11011101 1100110 10100000 0 110110 11100 1101 101001011 1000000 111111

Color Harmonies of #DD66A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66A0

Black with #DD66A0

Text Example


Text Example

White with #DD66A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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