#DF25AA

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

Shades of Spicy Pink #DF25AA

Tints of Spicy Pink #DF25AA

Color information

#DF25AA (or 0xDF25AA) is unknown color: approx Spicy Pink. HEX triplet: DF, 25 and AA. RGB value is (223,37,170). Sum of RGB (Red+Green+Blue) = 223+37+170=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25AA is #20DA55. Grayscale: #6B6B6B. Windows color (decimal): -2153046 or 11150815. OLE color: 11150815.

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

Color convert

RGB22337170-
CMYK00.830.240.13
HSL317.1º74.4%50.98%-
HSV(B)317.1º83.41%87.45%-
XYZ38.3519.9139.85-
YUV107.78163.12210.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 37 (14.84% from 255) = 8.60%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=51.86%
G=8.60%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233717000.830.240.13317.174.450.98
HexDF25AA05318D13d4a33
Octal337452520123301547511263
Binary1101111110010110101010010100111100011011001111011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF25AA; }

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

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

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

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

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

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

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

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