Html Css Color HEX #DD1EB2 Spicy Pink

📋 copy color: '#DD1EB2'

red 221 ◦ green 30 ◦ blue 178

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

Shades of Spicy Pink #DD1EB2

Tints of Spicy Pink #DD1EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 51.52%
G = 6.99%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD1EB2 (or 0xDD1EB2) is known color: Spicy Pink. HEX triplet: DD, 1E and B2. RGB value is (221,30,178). Sum of RGB (Red+Green+Blue) = 221+30+178=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EB2 is #22E14D. Grayscale: #676767. Windows color (decimal): -2285902 or 11673309. OLE color: 11673309.

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

Color convert

RGB 221 30 178 -
CMYK 0 0.86 0.19 0.13
HSL 313.51º 0.76% 0.49% -
HSV(B) 313.51º 0.86% 0.87% -
XYZ 38.32 19.52 43.87 -
YUV 103.98 169.78 211.47 -
System Red Green Blue C M Y K H S L
Decimal 221 30 178 0 0.86 0.19 0.13 313.51 0.76 0.49
Hex DD 1E B2 0 56 13 D 13A 4C 31
Octal 335 36 262 0 126 23 15 472 114 61
Binary 11011101 11110 10110010 0 1010110 10011 1101 100111010 1001100 110001

Color Harmonies of #DD1EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EB2

Black with #DD1EB2

Text Example


Text Example

White with #DD1EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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