Html Css Color HEX #DE17AF Spicy Pink

📋 copy color: '#DE17AF'

red 222 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #DE17AF

Tints of Spicy Pink #DE17AF

RGB

 RED value IS 222 (87.11% from 255) = 52.86%

 GREEN value IS 23 (9.38% from 255) = 5.48%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 52.86%
G = 5.48%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE17AF (or 0xDE17AF) is known color: Spicy Pink. HEX triplet: DE, 17 and AF. RGB value is (222,23,175). Sum of RGB (Red+Green+Blue) = 222+23+175=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE17AF is #21E850. Grayscale: #636363. Windows color (decimal): -2222161 or 11474910. OLE color: 11474910.

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

Color convert

RGB 222 23 175 -
CMYK 0 0.90 0.21 0.13
HSL 314.17º 0.81% 0.48% -
HSV(B) 314.17º 0.9% 0.87% -
XYZ 38.17 19.24 42.26 -
YUV 99.83 170.43 215.14 -
System Red Green Blue C M Y K H S L
Decimal 222 23 175 0 0.90 0.21 0.13 314.17 0.81 0.48
Hex DE 17 AF 0 5A 15 D 13A 51 30
Octal 336 27 257 0 132 25 15 472 121 60
Binary 11011110 10111 10101111 0 1011010 10101 1101 100111010 1010001 110000

Color Harmonies of #DE17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17AF

Black with #DE17AF

Text Example


Text Example

White with #DE17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17AF; }

 p { color: rgb(222,23,175); }

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

background-color css

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

 a { background-color: rgb(222,23,175); }

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

border-color css

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

 span { border-color: rgb(222,23,175); }

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