Html Css Color HEX #DE11B2 Shocking Pink

📋 copy color: '#DE11B2'

red 222 ◦ green 17 ◦ blue 178

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

Shades of Shocking Pink #DE11B2

Tints of Shocking Pink #DE11B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 53.24%
G = 4.08%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE11B2 (or 0xDE11B2) is known color: Shocking Pink. HEX triplet: DE, 11 and B2. RGB value is (222,17,178). Sum of RGB (Red+Green+Blue) = 222+17+178=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE11B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE11B2 is #21EE4D. Grayscale: #606060. Windows color (decimal): -2223694 or 11669982. OLE color: 11669982.

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

Color convert

RGB 222 17 178 -
CMYK 0 0.92 0.20 0.13
HSL 312.88º 0.86% 0.47% -
HSV(B) 312.88º 0.92% 0.87% -
XYZ 38.36 19.14 43.79 -
YUV 96.65 173.92 217.41 -
System Red Green Blue C M Y K H S L
Decimal 222 17 178 0 0.92 0.20 0.13 312.88 0.86 0.47
Hex DE 11 B2 0 5C 14 D 139 56 2F
Octal 336 21 262 0 134 24 15 471 126 57
Binary 11011110 10001 10110010 0 1011100 10100 1101 100111001 1010110 101111

Color Harmonies of #DE11B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE11B2

Black with #DE11B2

Text Example


Text Example

White with #DE11B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE11B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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