Html Css Color HEX #DD61A1 Pale Violet Red

📋 copy color: '#DD61A1'

red 221 ◦ green 97 ◦ blue 161

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

Shades of Pale Violet Red #DD61A1

Tints of Pale Violet Red #DD61A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 46.14%
G = 20.25%
B = 33.61%

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

#DD61A1 (or 0xDD61A1) is known color: Pale Violet Red. HEX triplet: DD, 61 and A1. RGB value is (221,97,161). Sum of RGB (Red+Green+Blue) = 221+97+161=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A1 is #229E5E. Grayscale: #8D8D8D. Windows color (decimal): -2268767 or 10576349. OLE color: 10576349.

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

Color convert

RGB 221 97 161 -
CMYK 0 0.56 0.27 0.13
HSL 329.03º 0.65% 0.62% -
HSV(B) 329.03º 0.56% 0.87% -
XYZ 40.53 26.49 36.7 -
YUV 141.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 221 97 161 0 0.56 0.27 0.13 329.03 0.65 0.62
Hex DD 61 A1 0 38 1B D 149 41 3E
Octal 335 141 241 0 70 33 15 511 101 76
Binary 11011101 1100001 10100001 0 111000 11011 1101 101001001 1000001 111110

Color Harmonies of #DD61A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61A1

Black with #DD61A1

Text Example


Text Example

White with #DD61A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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