Html Css Color HEX #DF1DAA Spicy Pink

📋 copy color: '#DF1DAA'

red 223 ◦ green 29 ◦ blue 170

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

Shades of Spicy Pink #DF1DAA

Tints of Spicy Pink #DF1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.87%

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

R = 52.84%
G = 6.87%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF1DAA (or 0xDF1DAA) is known color: Spicy Pink. HEX triplet: DF, 1D and AA. RGB value is (223,29,170). Sum of RGB (Red+Green+Blue) = 223+29+170=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1DAA is #20E255. Grayscale: #666666. Windows color (decimal): -2155094 or 11148767. OLE color: 11148767.

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

Color convert

RGB 223 29 170 -
CMYK 0 0.87 0.24 0.13
HSL 316.39º 0.77% 0.49% -
HSV(B) 316.39º 0.87% 0.87% -
XYZ 38.13 19.47 39.78 -
YUV 103.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 223 29 170 0 0.87 0.24 0.13 316.39 0.77 0.49
Hex DF 1D AA 0 57 18 D 13C 4D 31
Octal 337 35 252 0 127 30 15 474 115 61
Binary 11011111 11101 10101010 0 1010111 11000 1101 100111100 1001101 110001

Color Harmonies of #DF1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1DAA

Black with #DF1DAA

Text Example


Text Example

White with #DF1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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