Html Css Color HEX #DF24B0 Spicy Pink

📋 copy color: '#DF24B0'

red 223 ◦ green 36 ◦ blue 176

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

Shades of Spicy Pink #DF24B0

Tints of Spicy Pink #DF24B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 51.26%
G = 8.28%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF24B0 (or 0xDF24B0) is known color: Spicy Pink. HEX triplet: DF, 24 and B0. RGB value is (223,36,176). Sum of RGB (Red+Green+Blue) = 223+36+176=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24B0 is #20DB4F. Grayscale: #6B6B6B. Windows color (decimal): -2153296 or 11543775. OLE color: 11543775.

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

Color convert

RGB 223 36 176 -
CMYK 0 0.84 0.21 0.13
HSL 315.08º 0.75% 0.51% -
HSV(B) 315.08º 0.84% 0.87% -
XYZ 38.9 20.08 42.9 -
YUV 107.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 223 36 176 0 0.84 0.21 0.13 315.08 0.75 0.51
Hex DF 24 B0 0 54 15 D 13B 4B 33
Octal 337 44 260 0 124 25 15 473 113 63
Binary 11011111 100100 10110000 0 1010100 10101 1101 100111011 1001011 110011

Color Harmonies of #DF24B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24B0

Black with #DF24B0

Text Example


Text Example

White with #DF24B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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