Html Css Color HEX #DE0DBB Shocking Pink

📋 copy color: '#DE0DBB'

red 222 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #DE0DBB

Tints of Shocking Pink #DE0DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 52.61%
G = 3.08%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE0DBB (or 0xDE0DBB) is known color: Shocking Pink. HEX triplet: DE, 0D and BB. RGB value is (222,13,187). Sum of RGB (Red+Green+Blue) = 222+13+187=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DBB is #21F244. Grayscale: #5E5E5E. Windows color (decimal): -2224709 or 12258782. OLE color: 12258782.

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

Color convert

RGB 222 13 187 -
CMYK 0 0.94 0.16 0.13
HSL 310.05º 0.89% 0.46% -
HSV(B) 310.05º 0.94% 0.87% -
XYZ 39.24 19.41 48.69 -
YUV 95.33 179.74 218.35 -
System Red Green Blue C M Y K H S L
Decimal 222 13 187 0 0.94 0.16 0.13 310.05 0.89 0.46
Hex DE D BB 0 5E 10 D 136 59 2E
Octal 336 15 273 0 136 20 15 466 131 56
Binary 11011110 1101 10111011 0 1011110 10000 1101 100110110 1011001 101110

Color Harmonies of #DE0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0DBB

Black with #DE0DBB

Text Example


Text Example

White with #DE0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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