Html Css Color HEX #DE17BE Shocking Pink

📋 copy color: '#DE17BE'

red 222 ◦ green 23 ◦ blue 190

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

Shades of Shocking Pink #DE17BE

Tints of Shocking Pink #DE17BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 51.03%
G = 5.29%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE17BE (or 0xDE17BE) is known color: Shocking Pink. HEX triplet: DE, 17 and BE. RGB value is (222,23,190). Sum of RGB (Red+Green+Blue) = 222+23+190=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17BE is #21E841. Grayscale: #656565. Windows color (decimal): -2222146 or 12457950. OLE color: 12457950.

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

Color convert

RGB 222 23 190 -
CMYK 0 0.90 0.14 0.13
HSL 309.65º 0.81% 0.48% -
HSV(B) 309.65º 0.9% 0.87% -
XYZ 39.72 19.86 50.45 -
YUV 101.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 222 23 190 0 0.90 0.14 0.13 309.65 0.81 0.48
Hex DE 17 BE 0 5A E D 136 51 30
Octal 336 27 276 0 132 16 15 466 121 60
Binary 11011110 10111 10111110 0 1011010 1110 1101 100110110 1010001 110000

Color Harmonies of #DE17BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17BE

Black with #DE17BE

Text Example


Text Example

White with #DE17BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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