#DF1BAA

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

Shades of Spicy Pink #DF1BAA

Tints of Spicy Pink #DF1BAA

Color information

#DF1BAA (or 0xDF1BAA) is unknown color: approx Spicy Pink. HEX triplet: DF, 1B and AA. RGB value is (223,27,170). Sum of RGB (Red+Green+Blue) = 223+27+170=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1BAA is #20E455. Grayscale: #656565. Windows color (decimal): -2155606 or 11148255. OLE color: 11148255.

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

Color convert

RGB22327170-
CMYK00.880.240.13
HSL316.22º78.4%49.02%-
HSV(B)316.22º87.89%87.45%-
XYZ38.0819.3739.76-
YUV101.91166.43214.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 27 (10.94% from 255) = 6.43%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=53.10%
G=6.43%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232717000.880.240.13316.2278.449.02
HexDF1BAA05818D13c4e31
Octal337332520130301547411661
Binary110111111101110101010010110001100011011001111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1BAA; }

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

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

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

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

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

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

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

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