Html Css Color HEX #DD69A2 Pale Violet Red

📋 copy color: '#DD69A2'

red 221 ◦ green 105 ◦ blue 162

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

Shades of Pale Violet Red #DD69A2

Tints of Pale Violet Red #DD69A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 45.29%
G = 21.52%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD69A2 (or 0xDD69A2) is known color: Pale Violet Red. HEX triplet: DD, 69 and A2. RGB value is (221,105,162). Sum of RGB (Red+Green+Blue) = 221+105+162=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69A2 is #22965D. Grayscale: #929292. Windows color (decimal): -2266718 or 10643933. OLE color: 10643933.

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

Color convert

RGB 221 105 162 -
CMYK 0 0.52 0.27 0.13
HSL 330.52º 0.63% 0.64% -
HSV(B) 330.52º 0.52% 0.87% -
XYZ 41.39 28.08 37.42 -
YUV 146.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 221 105 162 0 0.52 0.27 0.13 330.52 0.63 0.64
Hex DD 69 A2 0 34 1B D 14B 3F 40
Octal 335 151 242 0 64 33 15 513 77 100
Binary 11011101 1101001 10100010 0 110100 11011 1101 101001011 111111 1000000

Color Harmonies of #DD69A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69A2

Black with #DD69A2

Text Example


Text Example

White with #DD69A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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