Html Css Color HEX #DD1FB2 Spicy Pink

📋 copy color: '#DD1FB2'

red 221 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #DD1FB2

Tints of Spicy Pink #DD1FB2

RGB

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

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

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

R = 51.4%
G = 7.21%
B = 41.4%

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

#DD1FB2 (or 0xDD1FB2) is known color: Spicy Pink. HEX triplet: DD, 1F and B2. RGB value is (221,31,178). Sum of RGB (Red+Green+Blue) = 221+31+178=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1FB2 is #22E04D. Grayscale: #686868. Windows color (decimal): -2285646 or 11673565. OLE color: 11673565.

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

Color convert

RGB 221 31 178 -
CMYK 0 0.86 0.19 0.13
HSL 313.58º 0.75% 0.49% -
HSV(B) 313.58º 0.86% 0.87% -
XYZ 38.34 19.57 43.88 -
YUV 104.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 221 31 178 0 0.86 0.19 0.13 313.58 0.75 0.49
Hex DD 1F B2 0 56 13 D 13A 4B 31
Octal 335 37 262 0 126 23 15 472 113 61
Binary 11011101 11111 10110010 0 1010110 10011 1101 100111010 1001011 110001

Color Harmonies of #DD1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FB2

Black with #DD1FB2

Text Example


Text Example

White with #DD1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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