Html Css Color HEX #DF24AA Spicy Pink

📋 copy color: '#DF24AA'

red 223 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #DF24AA

Tints of Spicy Pink #DF24AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.63%

R = 51.98%
G = 8.39%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF24AA (or 0xDF24AA) is known color: Spicy Pink. HEX triplet: DF, 24 and AA. RGB value is (223,36,170). Sum of RGB (Red+Green+Blue) = 223+36+170=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24AA is #20DB55. Grayscale: #6A6A6A. Windows color (decimal): -2153302 or 11150559. OLE color: 11150559.

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

Color convert

RGB 223 36 170 -
CMYK 0 0.84 0.24 0.13
HSL 317.01º 0.75% 0.51% -
HSV(B) 317.01º 0.84% 0.87% -
XYZ 38.32 19.85 39.84 -
YUV 107.19 163.45 210.6 -
System Red Green Blue C M Y K H S L
Decimal 223 36 170 0 0.84 0.24 0.13 317.01 0.75 0.51
Hex DF 24 AA 0 54 18 D 13D 4B 33
Octal 337 44 252 0 124 30 15 475 113 63
Binary 11011111 100100 10101010 0 1010100 11000 1101 100111101 1001011 110011

Color Harmonies of #DF24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24AA

Black with #DF24AA

Text Example


Text Example

White with #DF24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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