Html Css Color HEX #DE11BB Shocking Pink

📋 copy color: '#DE11BB'

red 222 ◦ green 17 ◦ blue 187

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

Shades of Shocking Pink #DE11BB

Tints of Shocking Pink #DE11BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.99%

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 52.11%
G = 3.99%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE11BB (or 0xDE11BB) is known color: Shocking Pink. HEX triplet: DE, 11 and BB. RGB value is (222,17,187). Sum of RGB (Red+Green+Blue) = 222+17+187=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE11BB is #21EE44. Grayscale: #616161. Windows color (decimal): -2223685 or 12259806. OLE color: 12259806.

HSL color Cylindrical-coordinate representation of color #DE11BB: hue angle of 310.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE11BB is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 17 187 -
CMYK 0 0.92 0.16 0.13
HSL 310.24º 0.86% 0.47% -
HSV(B) 310.24º 0.92% 0.87% -
XYZ 39.29 19.52 48.71 -
YUV 97.68 178.42 216.68 -
System Red Green Blue C M Y K H S L
Decimal 222 17 187 0 0.92 0.16 0.13 310.24 0.86 0.47
Hex DE 11 BB 0 5C 10 D 136 56 2F
Octal 336 21 273 0 134 20 15 466 126 57
Binary 11011110 10001 10111011 0 1011100 10000 1101 100110110 1010110 101111

Color Harmonies of #DE11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11BB

Black with #DE11BB

Text Example


Text Example

White with #DE11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11BB; }

 p { color: rgb(222,17,187); }

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

background-color css

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

 a { background-color: rgb(222,17,187); }

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

border-color css

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

 span { border-color: rgb(222,17,187); }

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