#DF24B1

Color #DF24B1 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DF24B1

Tints of Spicy Pink #DF24B1

Color information

#DF24B1 (or 0xDF24B1) is unknown color: approx Spicy Pink. HEX triplet: DF, 24 and B1. RGB value is (223,36,177). Sum of RGB (Red+Green+Blue) = 223+36+177=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24B1 is #20DB4E. Grayscale: #6B6B6B. Windows color (decimal): -2153295 or 11609311. OLE color: 11609311.

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

Color convert

RGB22336177-
CMYK00.840.210.13
HSL314.76º74.5%50.78%-
HSV(B)314.76º83.86%87.45%-
XYZ3920.1243.42-
YUV107.99166.95210.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 36 (14.45% from 255) = 8.26%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=51.15%
G=8.26%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233617700.840.210.13314.7674.550.78
HexDF24B105415D13b4b33
Octal337442610124251547311363
Binary1101111110010010110001010101001010111011001110111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF24B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF24B1; }

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

 H1.HeaderClassName
 {
   color: #DF24B1;
 }
 .AnyTagClassName
 {
   color: #DF24B1;
 }
</style>
background-color css

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

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

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

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

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

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