Html Css Color HEX #DE18B1 Shocking Pink

📋 copy color: '#DE18B1'

red 222 ◦ green 24 ◦ blue 177

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

Shades of Shocking Pink #DE18B1

Tints of Shocking Pink #DE18B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.84%

R = 52.48%
G = 5.67%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE18B1 (or 0xDE18B1) is known color: Shocking Pink. HEX triplet: DE, 18 and B1. RGB value is (222,24,177). Sum of RGB (Red+Green+Blue) = 222+24+177=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18B1 is #21E74E. Grayscale: #646464. Windows color (decimal): -2221903 or 11606238. OLE color: 11606238.

HSL color Cylindrical-coordinate representation of color #DE18B1: hue angle of 313.64º degrees, saturation: 0.8, 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 #DE18B1 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 24 177 -
CMYK 0 0.89 0.20 0.13
HSL 313.64º 0.8% 0.48% -
HSV(B) 313.64º 0.89% 0.87% -
XYZ 38.39 19.36 43.31 -
YUV 100.64 171.1 214.56 -
System Red Green Blue C M Y K H S L
Decimal 222 24 177 0 0.89 0.20 0.13 313.64 0.8 0.48
Hex DE 18 B1 0 59 14 D 13A 50 30
Octal 336 30 261 0 131 24 15 472 120 60
Binary 11011110 11000 10110001 0 1011001 10100 1101 100111010 1010000 110000

Color Harmonies of #DE18B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18B1

Black with #DE18B1

Text Example


Text Example

White with #DE18B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18B1; }

 p { color: rgb(222,24,177); }

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

background-color css

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

 a { background-color: rgb(222,24,177); }

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

border-color css

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

 span { border-color: rgb(222,24,177); }

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