Html Css Color HEX #DF18AE Spicy Pink

📋 copy color: '#DF18AE'

red 223 ◦ green 24 ◦ blue 174

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

Shades of Spicy Pink #DF18AE

Tints of Spicy Pink #DF18AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.7%

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

R = 52.97%
G = 5.7%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF18AE (or 0xDF18AE) is known color: Spicy Pink. HEX triplet: DF, 18 and AE. RGB value is (223,24,174). Sum of RGB (Red+Green+Blue) = 223+24+174=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF18AE is #20E751. Grayscale: #646464. Windows color (decimal): -2156370 or 11409631. OLE color: 11409631.

HSL color Cylindrical-coordinate representation of color #DF18AE: hue angle of 314.77º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18AE is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 24 174 -
CMYK 0 0.89 0.22 0.13
HSL 314.77º 0.81% 0.48% -
HSV(B) 314.77º 0.89% 0.87% -
XYZ 38.4 19.4 41.76 -
YUV 100.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 223 24 174 0 0.89 0.22 0.13 314.77 0.81 0.48
Hex DF 18 AE 0 59 16 D 13B 51 30
Octal 337 30 256 0 131 26 15 473 121 60
Binary 11011111 11000 10101110 0 1011001 10110 1101 100111011 1010001 110000

Color Harmonies of #DF18AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF18AE

Black with #DF18AE

Text Example


Text Example

White with #DF18AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF18AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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