Html Css Color HEX #DE17C1 Shocking Pink

📋 copy color: '#DE17C1'

red 222 ◦ green 23 ◦ blue 193

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

Shades of Shocking Pink #DE17C1

Tints of Shocking Pink #DE17C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 50.68%
G = 5.25%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE17C1 (or 0xDE17C1) is known color: Shocking Pink. HEX triplet: DE, 17 and C1. RGB value is (222,23,193). Sum of RGB (Red+Green+Blue) = 222+23+193=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE17C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE17C1 is #21E83E. Grayscale: #656565. Windows color (decimal): -2222143 or 12654558. OLE color: 12654558.

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

Color convert

RGB 222 23 193 -
CMYK 0 0.90 0.13 0.13
HSL 308.74º 0.81% 0.48% -
HSV(B) 308.74º 0.9% 0.87% -
XYZ 40.06 19.99 52.2 -
YUV 101.88 179.43 213.68 -
System Red Green Blue C M Y K H S L
Decimal 222 23 193 0 0.90 0.13 0.13 308.74 0.81 0.48
Hex DE 17 C1 0 5A D D 135 51 30
Octal 336 27 301 0 132 15 15 465 121 60
Binary 11011110 10111 11000001 0 1011010 1101 1101 100110101 1010001 110000

Color Harmonies of #DE17C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE17C1

Black with #DE17C1

Text Example


Text Example

White with #DE17C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE17C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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