Html Css Color HEX #DE1DB9 Shocking Pink

📋 copy color: '#DE1DB9'

red 222 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #DE1DB9

Tints of Shocking Pink #DE1DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.65%

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 50.92%
G = 6.65%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE1DB9 (or 0xDE1DB9) is known color: Shocking Pink. HEX triplet: DE, 1D and B9. RGB value is (222,29,185). Sum of RGB (Red+Green+Blue) = 222+29+185=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1DB9 is #21E246. Grayscale: #686868. Windows color (decimal): -2220615 or 12131806. OLE color: 12131806.

HSL color Cylindrical-coordinate representation of color #DE1DB9: hue angle of 311.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1DB9 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 29 185 -
CMYK 0 0.87 0.17 0.13
HSL 311.5º 0.77% 0.49% -
HSV(B) 311.5º 0.87% 0.87% -
XYZ 39.32 19.91 47.67 -
YUV 104.49 173.44 211.82 -
System Red Green Blue C M Y K H S L
Decimal 222 29 185 0 0.87 0.17 0.13 311.5 0.77 0.49
Hex DE 1D B9 0 57 11 D 138 4D 31
Octal 336 35 271 0 127 21 15 470 115 61
Binary 11011110 11101 10111001 0 1010111 10001 1101 100111000 1001101 110001

Color Harmonies of #DE1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1DB9

Black with #DE1DB9

Text Example


Text Example

White with #DE1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1DB9; }

 p { color: rgb(222,29,185); }

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

background-color css

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

 a { background-color: rgb(222,29,185); }

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

border-color css

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

 span { border-color: rgb(222,29,185); }

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