Html Css Color HEX #DF24B2 Spicy Pink

📋 copy color: '#DF24B2'

red 223 ◦ green 36 ◦ blue 178

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

Shades of Spicy Pink #DF24B2

Tints of Spicy Pink #DF24B2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.24%

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

R = 51.03%
G = 8.24%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF24B2 (or 0xDF24B2) is known color: Spicy Pink. HEX triplet: DF, 24 and B2. RGB value is (223,36,178). Sum of RGB (Red+Green+Blue) = 223+36+178=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24B2 is #20DB4D. Grayscale: #6B6B6B. Windows color (decimal): -2153294 or 11674847. OLE color: 11674847.

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

Color convert

RGB 223 36 178 -
CMYK 0 0.84 0.20 0.13
HSL 314.44º 0.75% 0.51% -
HSV(B) 314.44º 0.84% 0.87% -
XYZ 39.1 20.16 43.95 -
YUV 108.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 223 36 178 0 0.84 0.20 0.13 314.44 0.75 0.51
Hex DF 24 B2 0 54 14 D 13A 4B 33
Octal 337 44 262 0 124 24 15 472 113 63
Binary 11011111 100100 10110010 0 1010100 10100 1101 100111010 1001011 110011

Color Harmonies of #DF24B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24B2

Black with #DF24B2

Text Example


Text Example

White with #DF24B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24B2; }

 p { color: rgb(223,36,178); }

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

background-color css

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

 a { background-color: rgb(223,36,178); }

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

border-color css

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

 span { border-color: rgb(223,36,178); }

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