Html Css Color HEX #DD1FB4 Spicy Pink

📋 copy color: '#DD1FB4'

red 221 ◦ green 31 ◦ blue 180

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

Shades of Spicy Pink #DD1FB4

Tints of Spicy Pink #DD1FB4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.18%

 BLUE value IS 180 (70.7% from 255) = 41.67%

R = 51.16%
G = 7.18%
B = 41.67%

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

#DD1FB4 (or 0xDD1FB4) is known color: Spicy Pink. HEX triplet: DD, 1F and B4. RGB value is (221,31,180). Sum of RGB (Red+Green+Blue) = 221+31+180=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FB4 is #22E04B. Grayscale: #686868. Windows color (decimal): -2285644 or 11804637. OLE color: 11804637.

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

Color convert

RGB 221 31 180 -
CMYK 0 0.86 0.19 0.13
HSL 312.95º 0.75% 0.49% -
HSV(B) 312.95º 0.86% 0.87% -
XYZ 38.55 19.65 44.94 -
YUV 104.8 170.45 210.88 -
System Red Green Blue C M Y K H S L
Decimal 221 31 180 0 0.86 0.19 0.13 312.95 0.75 0.49
Hex DD 1F B4 0 56 13 D 139 4B 31
Octal 335 37 264 0 126 23 15 471 113 61
Binary 11011101 11111 10110100 0 1010110 10011 1101 100111001 1001011 110001

Color Harmonies of #DD1FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FB4

Black with #DD1FB4

Text Example


Text Example

White with #DD1FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FB4; }

 p { color: rgb(221,31,180); }

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

background-color css

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

 a { background-color: rgb(221,31,180); }

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

border-color css

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

 span { border-color: rgb(221,31,180); }

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