Html Css Color HEX #DD1CA2 Spicy Pink

📋 copy color: '#DD1CA2'

red 221 ◦ green 28 ◦ blue 162

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

Shades of Spicy Pink #DD1CA2

Tints of Spicy Pink #DD1CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

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

R = 53.77%
G = 6.81%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD1CA2 (or 0xDD1CA2) is known color: Spicy Pink. HEX triplet: DD, 1C and A2. RGB value is (221,28,162). Sum of RGB (Red+Green+Blue) = 221+28+162=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CA2 is #22E35D. Grayscale: #646464. Windows color (decimal): -2286430 or 10624221. OLE color: 10624221.

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

Color convert

RGB 221 28 162 -
CMYK 0 0.87 0.27 0.13
HSL 318.34º 0.78% 0.49% -
HSV(B) 318.34º 0.87% 0.87% -
XYZ 36.76 18.81 35.88 -
YUV 100.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 221 28 162 0 0.87 0.27 0.13 318.34 0.78 0.49
Hex DD 1C A2 0 57 1B D 13E 4E 31
Octal 335 34 242 0 127 33 15 476 116 61
Binary 11011101 11100 10100010 0 1010111 11011 1101 100111110 1001110 110001

Color Harmonies of #DD1CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CA2

Black with #DD1CA2

Text Example


Text Example

White with #DD1CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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