Html Css Color HEX #DE23AD Spicy Pink

📋 copy color: '#DE23AD'

red 222 ◦ green 35 ◦ blue 173

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

Shades of Spicy Pink #DE23AD

Tints of Spicy Pink #DE23AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.14%

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 51.63%
G = 8.14%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE23AD (or 0xDE23AD) is known color: Spicy Pink. HEX triplet: DE, 23 and AD. RGB value is (222,35,173). Sum of RGB (Red+Green+Blue) = 222+35+173=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE23AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE23AD is #21DC52. Grayscale: #6A6A6A. Windows color (decimal): -2219091 or 11346910. OLE color: 11346910.

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

Color convert

RGB 222 35 173 -
CMYK 0 0.84 0.22 0.13
HSL 315.72º 0.74% 0.5% -
HSV(B) 315.72º 0.84% 0.87% -
XYZ 38.27 19.75 41.33 -
YUV 106.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 222 35 173 0 0.84 0.22 0.13 315.72 0.74 0.5
Hex DE 23 AD 0 54 16 D 13C 4A 32
Octal 336 43 255 0 124 26 15 474 112 62
Binary 11011110 100011 10101101 0 1010100 10110 1101 100111100 1001010 110010

Color Harmonies of #DE23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE23AD

Black with #DE23AD

Text Example


Text Example

White with #DE23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE23AD; }

 p { color: rgb(222,35,173); }

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

background-color css

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

 a { background-color: rgb(222,35,173); }

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

border-color css

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

 span { border-color: rgb(222,35,173); }

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