Html Css Color HEX #DE19B4 Shocking Pink

📋 copy color: '#DE19B4'

red 222 ◦ green 25 ◦ blue 180

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

Shades of Shocking Pink #DE19B4

Tints of Shocking Pink #DE19B4

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.85%

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 51.99%
G = 5.85%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE19B4 (or 0xDE19B4) is known color: Shocking Pink. HEX triplet: DE, 19 and B4. RGB value is (222,25,180). Sum of RGB (Red+Green+Blue) = 222+25+180=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE19B4 is #21E64B. Grayscale: #656565. Windows color (decimal): -2221644 or 11803102. OLE color: 11803102.

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

Color convert

RGB 222 25 180 -
CMYK 0 0.89 0.19 0.13
HSL 312.79º 0.8% 0.48% -
HSV(B) 312.79º 0.89% 0.87% -
XYZ 38.71 19.52 44.91 -
YUV 101.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 222 25 180 0 0.89 0.19 0.13 312.79 0.8 0.48
Hex DE 19 B4 0 59 13 D 139 50 30
Octal 336 31 264 0 131 23 15 471 120 60
Binary 11011110 11001 10110100 0 1011001 10011 1101 100111001 1010000 110000

Color Harmonies of #DE19B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19B4

Black with #DE19B4

Text Example


Text Example

White with #DE19B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19B4; }

 p { color: rgb(222,25,180); }

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

background-color css

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

 a { background-color: rgb(222,25,180); }

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

border-color css

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

 span { border-color: rgb(222,25,180); }

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