Html Css Color HEX #DD61A2 Pale Violet Red

📋 copy color: '#DD61A2'

red 221 ◦ green 97 ◦ blue 162

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

Shades of Pale Violet Red #DD61A2

Tints of Pale Violet Red #DD61A2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.21%

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

R = 46.04%
G = 20.21%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD61A2 (or 0xDD61A2) is known color: Pale Violet Red. HEX triplet: DD, 61 and A2. RGB value is (221,97,162). Sum of RGB (Red+Green+Blue) = 221+97+162=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A2 is #229E5D. Grayscale: #8D8D8D. Windows color (decimal): -2268766 or 10641885. OLE color: 10641885.

HSL color Cylindrical-coordinate representation of color #DD61A2: hue angle of 328.55º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61A2 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 162 -
CMYK 0 0.56 0.27 0.13
HSL 328.55º 0.65% 0.62% -
HSV(B) 328.55º 0.56% 0.87% -
XYZ 40.62 26.53 37.16 -
YUV 141.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 221 97 162 0 0.56 0.27 0.13 328.55 0.65 0.62
Hex DD 61 A2 0 38 1B D 149 41 3E
Octal 335 141 242 0 70 33 15 511 101 76
Binary 11011101 1100001 10100010 0 111000 11011 1101 101001001 1000001 111110

Color Harmonies of #DD61A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61A2

Black with #DD61A2

Text Example


Text Example

White with #DD61A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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