Html Css Color HEX #DD66A8 Pale Violet Red

📋 copy color: '#DD66A8'

red 221 ◦ green 102 ◦ blue 168

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

Shades of Pale Violet Red #DD66A8

Tints of Pale Violet Red #DD66A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.22%

R = 45.01%
G = 20.77%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD66A8 (or 0xDD66A8) is known color: Pale Violet Red. HEX triplet: DD, 66 and A8. RGB value is (221,102,168). Sum of RGB (Red+Green+Blue) = 221+102+168=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A8 is #229957. Grayscale: #909090. Windows color (decimal): -2267480 or 11036381. OLE color: 11036381.

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

Color convert

RGB 221 102 168 -
CMYK 0 0.54 0.24 0.13
HSL 326.72º 0.64% 0.63% -
HSV(B) 326.72º 0.54% 0.87% -
XYZ 41.64 27.7 40.2 -
YUV 145.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 221 102 168 0 0.54 0.24 0.13 326.72 0.64 0.63
Hex DD 66 A8 0 36 18 D 147 40 3F
Octal 335 146 250 0 66 30 15 507 100 77
Binary 11011101 1100110 10101000 0 110110 11000 1101 101000111 1000000 111111

Color Harmonies of #DD66A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66A8

Black with #DD66A8

Text Example


Text Example

White with #DD66A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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