Html Css Color HEX #DE15BD Shocking Pink

📋 copy color: '#DE15BD'

red 222 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #DE15BD

Tints of Shocking Pink #DE15BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.86%

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 51.39%
G = 4.86%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE15BD (or 0xDE15BD) is known color: Shocking Pink. HEX triplet: DE, 15 and BD. RGB value is (222,21,189). Sum of RGB (Red+Green+Blue) = 222+21+189=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE15BD is #21EA42. Grayscale: #636363. Windows color (decimal): -2222659 or 12391902. OLE color: 12391902.

HSL color Cylindrical-coordinate representation of color #DE15BD: hue angle of 309.85º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE15BD is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 189 -
CMYK 0 0.91 0.15 0.13
HSL 309.85º 0.83% 0.48% -
HSV(B) 309.85º 0.91% 0.87% -
XYZ 39.58 19.74 49.87 -
YUV 100.25 178.09 214.84 -
System Red Green Blue C M Y K H S L
Decimal 222 21 189 0 0.91 0.15 0.13 309.85 0.83 0.48
Hex DE 15 BD 0 5B F D 136 53 30
Octal 336 25 275 0 133 17 15 466 123 60
Binary 11011110 10101 10111101 0 1011011 1111 1101 100110110 1010011 110000

Color Harmonies of #DE15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE15BD

Black with #DE15BD

Text Example


Text Example

White with #DE15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE15BD; }

 p { color: rgb(222,21,189); }

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

background-color css

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

 a { background-color: rgb(222,21,189); }

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

border-color css

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

 span { border-color: rgb(222,21,189); }

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