Html Css Color HEX #DF21C7 Shocking Pink

📋 copy color: '#DF21C7'

red 223 ◦ green 33 ◦ blue 199

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

Shades of Shocking Pink #DF21C7

Tints of Shocking Pink #DF21C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.74%

R = 49.01%
G = 7.25%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF21C7 (or 0xDF21C7) is known color: Shocking Pink. HEX triplet: DF, 21 and C7. RGB value is (223,33,199). Sum of RGB (Red+Green+Blue) = 223+33+199=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21C7 is #20DE38. Grayscale: #6C6C6C. Windows color (decimal): -2154041 or 13050335. OLE color: 13050335.

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

Color convert

RGB 223 33 199 -
CMYK 0 0.85 0.11 0.13
HSL 307.58º 0.75% 0.5% -
HSV(B) 307.58º 0.85% 0.87% -
XYZ 41.28 20.9 55.89 -
YUV 108.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 223 33 199 0 0.85 0.11 0.13 307.58 0.75 0.5
Hex DF 21 C7 0 55 B D 134 4B 32
Octal 337 41 307 0 125 13 15 464 113 62
Binary 11011111 100001 11000111 0 1010101 1011 1101 100110100 1001011 110010

Color Harmonies of #DF21C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF21C7

Black with #DF21C7

Text Example


Text Example

White with #DF21C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF21C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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