Html Css Color HEX #DE27BB Shocking Pink

📋 copy color: '#DE27BB'

red 222 ◦ green 39 ◦ blue 187

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

Shades of Shocking Pink #DE27BB

Tints of Shocking Pink #DE27BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.71%

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

R = 49.55%
G = 8.71%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE27BB (or 0xDE27BB) is known color: Shocking Pink. HEX triplet: DE, 27 and BB. RGB value is (222,39,187). Sum of RGB (Red+Green+Blue) = 222+39+187=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE27BB is #21D844. Grayscale: #6E6E6E. Windows color (decimal): -2218053 or 12265438. OLE color: 12265438.

HSL color Cylindrical-coordinate representation of color #DE27BB: hue angle of 311.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE27BB is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 39 187 -
CMYK 0 0.82 0.16 0.13
HSL 311.48º 0.73% 0.51% -
HSV(B) 311.48º 0.82% 0.87% -
XYZ 39.82 20.57 48.89 -
YUV 110.59 171.13 207.47 -
System Red Green Blue C M Y K H S L
Decimal 222 39 187 0 0.82 0.16 0.13 311.48 0.73 0.51
Hex DE 27 BB 0 52 10 D 137 49 33
Octal 336 47 273 0 122 20 15 467 111 63
Binary 11011110 100111 10111011 0 1010010 10000 1101 100110111 1001001 110011

Color Harmonies of #DE27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE27BB

Black with #DE27BB

Text Example


Text Example

White with #DE27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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