Html Css Color HEX #DF21B5 Spicy Pink

📋 copy color: '#DF21B5'

red 223 ◦ green 33 ◦ blue 181

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

Shades of Spicy Pink #DF21B5

Tints of Spicy Pink #DF21B5

RGB

 RED value IS 223 (87.5% from 255) = 51.03%

 GREEN value IS 33 (13.28% from 255) = 7.55%

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 51.03%
G = 7.55%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF21B5 (or 0xDF21B5) is known color: Spicy Pink. HEX triplet: DF, 21 and B5. RGB value is (223,33,181). Sum of RGB (Red+Green+Blue) = 223+33+181=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21B5 is #20DE4A. Grayscale: #6A6A6A. Windows color (decimal): -2154059 or 11870687. OLE color: 11870687.

HSL color Cylindrical-coordinate representation of color #DF21B5: hue angle of 313.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF21B5 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 181 -
CMYK 0 0.85 0.19 0.13
HSL 313.26º 0.75% 0.5% -
HSV(B) 313.26º 0.85% 0.87% -
XYZ 39.32 20.11 45.53 -
YUV 106.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 223 33 181 0 0.85 0.19 0.13 313.26 0.75 0.5
Hex DF 21 B5 0 55 13 D 139 4B 32
Octal 337 41 265 0 125 23 15 471 113 62
Binary 11011111 100001 10110101 0 1010101 10011 1101 100111001 1001011 110010

Color Harmonies of #DF21B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21B5

Black with #DF21B5

Text Example


Text Example

White with #DF21B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21B5; }

 p { color: rgb(223,33,181); }

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

background-color css

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

 a { background-color: rgb(223,33,181); }

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

border-color css

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

 span { border-color: rgb(223,33,181); }

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