Html Css Color HEX #DF1CAA Spicy Pink

📋 copy color: '#DF1CAA'

red 223 ◦ green 28 ◦ blue 170

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

Shades of Spicy Pink #DF1CAA

Tints of Spicy Pink #DF1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

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

R = 52.97%
G = 6.65%
B = 40.38%

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

#DF1CAA (or 0xDF1CAA) is known color: Spicy Pink. HEX triplet: DF, 1C and AA. RGB value is (223,28,170). Sum of RGB (Red+Green+Blue) = 223+28+170=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1CAA is #20E355. Grayscale: #666666. Windows color (decimal): -2155350 or 11148511. OLE color: 11148511.

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

Color convert

RGB 223 28 170 -
CMYK 0 0.87 0.24 0.13
HSL 316.31º 0.78% 0.49% -
HSV(B) 316.31º 0.87% 0.87% -
XYZ 38.1 19.42 39.77 -
YUV 102.49 166.1 213.95 -
System Red Green Blue C M Y K H S L
Decimal 223 28 170 0 0.87 0.24 0.13 316.31 0.78 0.49
Hex DF 1C AA 0 57 18 D 13C 4E 31
Octal 337 34 252 0 127 30 15 474 116 61
Binary 11011111 11100 10101010 0 1010111 11000 1101 100111100 1001110 110001

Color Harmonies of #DF1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CAA

Black with #DF1CAA

Text Example


Text Example

White with #DF1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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