Html Css Color HEX #DF24AF Spicy Pink

📋 copy color: '#DF24AF'

red 223 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #DF24AF

Tints of Spicy Pink #DF24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 51.38%
G = 8.29%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF24AF (or 0xDF24AF) is known color: Spicy Pink. HEX triplet: DF, 24 and AF. RGB value is (223,36,175). Sum of RGB (Red+Green+Blue) = 223+36+175=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24AF is #20DB50. Grayscale: #6B6B6B. Windows color (decimal): -2153297 or 11478239. OLE color: 11478239.

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

Color convert

RGB 223 36 175 -
CMYK 0 0.84 0.22 0.13
HSL 315.4º 0.75% 0.51% -
HSV(B) 315.4º 0.84% 0.87% -
XYZ 38.8 20.04 42.38 -
YUV 107.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 223 36 175 0 0.84 0.22 0.13 315.4 0.75 0.51
Hex DF 24 AF 0 54 16 D 13B 4B 33
Octal 337 44 257 0 124 26 15 473 113 63
Binary 11011111 100100 10101111 0 1010100 10110 1101 100111011 1001011 110011

Color Harmonies of #DF24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24AF

Black with #DF24AF

Text Example


Text Example

White with #DF24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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