Html Css Color HEX #DD69A9 Pale Violet Red

📋 copy color: '#DD69A9'

red 221 ◦ green 105 ◦ blue 169

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

Shades of Pale Violet Red #DD69A9

Tints of Pale Violet Red #DD69A9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.21%

 BLUE value IS 169 (66.41% from 255) = 34.14%

R = 44.65%
G = 21.21%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD69A9 (or 0xDD69A9) is known color: Pale Violet Red. HEX triplet: DD, 69 and A9. RGB value is (221,105,169). Sum of RGB (Red+Green+Blue) = 221+105+169=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A9 is #229656. Grayscale: #929292. Windows color (decimal): -2266711 or 11102685. OLE color: 11102685.

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

Color convert

RGB 221 105 169 -
CMYK 0 0.52 0.24 0.13
HSL 326.9º 0.63% 0.64% -
HSV(B) 326.9º 0.52% 0.87% -
XYZ 42.03 28.34 40.79 -
YUV 146.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 221 105 169 0 0.52 0.24 0.13 326.9 0.63 0.64
Hex DD 69 A9 0 34 18 D 147 3F 40
Octal 335 151 251 0 64 30 15 507 77 100
Binary 11011101 1101001 10101001 0 110100 11000 1101 101000111 111111 1000000

Color Harmonies of #DD69A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69A9

Black with #DD69A9

Text Example


Text Example

White with #DD69A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69A9; }

 p { color: rgb(221,105,169); }

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

background-color css

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

 a { background-color: rgb(221,105,169); }

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

border-color css

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

 span { border-color: rgb(221,105,169); }

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