Html Css Color HEX #DE0DB9 Shocking Pink

📋 copy color: '#DE0DB9'

red 222 ◦ green 13 ◦ blue 185

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

Shades of Shocking Pink #DE0DB9

Tints of Shocking Pink #DE0DB9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 52.86%
G = 3.1%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE0DB9 (or 0xDE0DB9) is known color: Shocking Pink. HEX triplet: DE, 0D and B9. RGB value is (222,13,185). Sum of RGB (Red+Green+Blue) = 222+13+185=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DB9 is #21F246. Grayscale: #5E5E5E. Windows color (decimal): -2224711 or 12127710. OLE color: 12127710.

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

Color convert

RGB 222 13 185 -
CMYK 0 0.94 0.17 0.13
HSL 310.62º 0.89% 0.46% -
HSV(B) 310.62º 0.94% 0.87% -
XYZ 39.03 19.32 47.57 -
YUV 95.1 178.74 218.51 -
System Red Green Blue C M Y K H S L
Decimal 222 13 185 0 0.94 0.17 0.13 310.62 0.89 0.46
Hex DE D B9 0 5E 11 D 137 59 2E
Octal 336 15 271 0 136 21 15 467 131 56
Binary 11011110 1101 10111001 0 1011110 10001 1101 100110111 1011001 101110

Color Harmonies of #DE0DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0DB9

Black with #DE0DB9

Text Example


Text Example

White with #DE0DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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