Html Css Color HEX #DF21A8 Spicy Pink

📋 copy color: '#DF21A8'

red 223 ◦ green 33 ◦ blue 168

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

Shades of Spicy Pink #DF21A8

Tints of Spicy Pink #DF21A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 52.59%
G = 7.78%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF21A8 (or 0xDF21A8) is known color: Spicy Pink. HEX triplet: DF, 21 and A8. RGB value is (223,33,168). Sum of RGB (Red+Green+Blue) = 223+33+168=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF21A8 is #20DE57. Grayscale: #686868. Windows color (decimal): -2154072 or 11018719. OLE color: 11018719.

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

Color convert

RGB 223 33 168 -
CMYK 0 0.85 0.25 0.13
HSL 317.37º 0.75% 0.5% -
HSV(B) 317.37º 0.85% 0.87% -
XYZ 38.04 19.6 38.82 -
YUV 105.2 163.45 212.02 -
System Red Green Blue C M Y K H S L
Decimal 223 33 168 0 0.85 0.25 0.13 317.37 0.75 0.5
Hex DF 21 A8 0 55 19 D 13D 4B 32
Octal 337 41 250 0 125 31 15 475 113 62
Binary 11011111 100001 10101000 0 1010101 11001 1101 100111101 1001011 110010

Color Harmonies of #DF21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21A8

Black with #DF21A8

Text Example


Text Example

White with #DF21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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