Html Css Color HEX #DD66A3 Pale Violet Red

📋 copy color: '#DD66A3'

red 221 ◦ green 102 ◦ blue 163

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

Shades of Pale Violet Red #DD66A3

Tints of Pale Violet Red #DD66A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 45.47%
G = 20.99%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD66A3 (or 0xDD66A3) is known color: Pale Violet Red. HEX triplet: DD, 66 and A3. RGB value is (221,102,163). Sum of RGB (Red+Green+Blue) = 221+102+163=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A3 is #22995C. Grayscale: #909090. Windows color (decimal): -2267485 or 10708701. OLE color: 10708701.

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

Color convert

RGB 221 102 163 -
CMYK 0 0.54 0.26 0.13
HSL 329.24º 0.64% 0.63% -
HSV(B) 329.24º 0.54% 0.87% -
XYZ 41.18 27.52 37.79 -
YUV 144.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 221 102 163 0 0.54 0.26 0.13 329.24 0.64 0.63
Hex DD 66 A3 0 36 1A D 149 40 3F
Octal 335 146 243 0 66 32 15 511 100 77
Binary 11011101 1100110 10100011 0 110110 11010 1101 101001001 1000000 111111

Color Harmonies of #DD66A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66A3

Black with #DD66A3

Text Example


Text Example

White with #DD66A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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