Html Css Color HEX #DE1DB4 Shocking Pink

📋 copy color: '#DE1DB4'

red 222 ◦ green 29 ◦ blue 180

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

Shades of Shocking Pink #DE1DB4

Tints of Shocking Pink #DE1DB4

RGB

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

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

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

R = 51.51%
G = 6.73%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE1DB4 (or 0xDE1DB4) is known color: Shocking Pink. HEX triplet: DE, 1D and B4. RGB value is (222,29,180). Sum of RGB (Red+Green+Blue) = 222+29+180=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1DB4 is #21E24B. Grayscale: #676767. Windows color (decimal): -2220620 or 11804126. OLE color: 11804126.

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

Color convert

RGB 222 29 180 -
CMYK 0 0.87 0.19 0.13
HSL 313.06º 0.77% 0.49% -
HSV(B) 313.06º 0.87% 0.87% -
XYZ 38.8 19.7 44.94 -
YUV 103.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 222 29 180 0 0.87 0.19 0.13 313.06 0.77 0.49
Hex DE 1D B4 0 57 13 D 139 4D 31
Octal 336 35 264 0 127 23 15 471 115 61
Binary 11011110 11101 10110100 0 1010111 10011 1101 100111001 1001101 110001

Color Harmonies of #DE1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1DB4

Black with #DE1DB4

Text Example


Text Example

White with #DE1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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