Html Css Color HEX #DF1AAA Spicy Pink

📋 copy color: '#DF1AAA'

red 223 ◦ green 26 ◦ blue 170

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

Shades of Spicy Pink #DF1AAA

Tints of Spicy Pink #DF1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.21%

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

R = 53.22%
G = 6.21%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF1AAA (or 0xDF1AAA) is known color: Spicy Pink. HEX triplet: DF, 1A and AA. RGB value is (223,26,170). Sum of RGB (Red+Green+Blue) = 223+26+170=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1AAA is #20E555. Grayscale: #646464. Windows color (decimal): -2155862 or 11147999. OLE color: 11147999.

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

Color convert

RGB 223 26 170 -
CMYK 0 0.88 0.24 0.13
HSL 316.14º 0.79% 0.49% -
HSV(B) 316.14º 0.88% 0.87% -
XYZ 38.06 19.33 39.76 -
YUV 101.32 166.77 214.79 -
System Red Green Blue C M Y K H S L
Decimal 223 26 170 0 0.88 0.24 0.13 316.14 0.79 0.49
Hex DF 1A AA 0 58 18 D 13C 4F 31
Octal 337 32 252 0 130 30 15 474 117 61
Binary 11011111 11010 10101010 0 1011000 11000 1101 100111100 1001111 110001

Color Harmonies of #DF1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1AAA

Black with #DF1AAA

Text Example


Text Example

White with #DF1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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