Html Css Color HEX #DF1AAE Spicy Pink

📋 copy color: '#DF1AAE'

red 223 ◦ green 26 ◦ blue 174

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

Shades of Spicy Pink #DF1AAE

Tints of Spicy Pink #DF1AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 52.72%
G = 6.15%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF1AAE (or 0xDF1AAE) is known color: Spicy Pink. HEX triplet: DF, 1A and AE. RGB value is (223,26,174). Sum of RGB (Red+Green+Blue) = 223+26+174=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1AAE is #20E551. Grayscale: #656565. Windows color (decimal): -2155858 or 11410143. OLE color: 11410143.

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

Color convert

RGB 223 26 174 -
CMYK 0 0.88 0.22 0.13
HSL 314.92º 0.79% 0.49% -
HSV(B) 314.92º 0.88% 0.87% -
XYZ 38.44 19.48 41.78 -
YUV 101.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 223 26 174 0 0.88 0.22 0.13 314.92 0.79 0.49
Hex DF 1A AE 0 58 16 D 13B 4F 31
Octal 337 32 256 0 130 26 15 473 117 61
Binary 11011111 11010 10101110 0 1011000 10110 1101 100111011 1001111 110001

Color Harmonies of #DF1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1AAE

Black with #DF1AAE

Text Example


Text Example

White with #DF1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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