Html Css Color HEX #DD1EAB Spicy Pink

📋 copy color: '#DD1EAB'

red 221 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #DD1EAB

Tints of Spicy Pink #DD1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.11%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 52.37%
G = 7.11%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD1EAB (or 0xDD1EAB) is known color: Spicy Pink. HEX triplet: DD, 1E and AB. RGB value is (221,30,171). Sum of RGB (Red+Green+Blue) = 221+30+171=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EAB is #22E154. Grayscale: #666666. Windows color (decimal): -2285909 or 11214557. OLE color: 11214557.

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

Color convert

RGB 221 30 171 -
CMYK 0 0.86 0.23 0.13
HSL 315.71º 0.76% 0.49% -
HSV(B) 315.71º 0.86% 0.87% -
XYZ 37.63 19.24 40.26 -
YUV 103.18 166.28 212.04 -
System Red Green Blue C M Y K H S L
Decimal 221 30 171 0 0.86 0.23 0.13 315.71 0.76 0.49
Hex DD 1E AB 0 56 17 D 13C 4C 31
Octal 335 36 253 0 126 27 15 474 114 61
Binary 11011101 11110 10101011 0 1010110 10111 1101 100111100 1001100 110001

Color Harmonies of #DD1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EAB

Black with #DD1EAB

Text Example


Text Example

White with #DD1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EAB; }

 p { color: rgb(221,30,171); }

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

background-color css

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

 a { background-color: rgb(221,30,171); }

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

border-color css

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

 span { border-color: rgb(221,30,171); }

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