#DC1EBB

Color #DC1EBB Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #DC1EBB

Tints of Shocking Pink #DC1EBB

Color information

#DC1EBB (or 0xDC1EBB) is unknown color: approx Shocking Pink. HEX triplet: DC, 1E and BB. RGB value is (220,30,187). Sum of RGB (Red+Green+Blue) = 220+30+187=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EBB is #23E144. Grayscale: #686868. Windows color (decimal): -2351429 or 12263132. OLE color: 12263132.

HSL color Cylindrical-coordinate representation of color #DC1EBB: hue angle of 310.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EBB is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB22030187-
CMYK00.860.150.14
HSL310.42º76%49.02%-
HSV(B)310.42º86.36%86.27%-
XYZ38.9519.7348.77-
YUV104.71174.45210.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=50.34%
G=6.86%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203018700.860.150.14310.427649.02
HexDC1EBB056FE1364c31
Octal334362730126171646611461
Binary11011100111101011101101010110111111101001101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1EBB; }

 p { color: rgb(220,30,187); }

 H1.HeaderClassName
 {
   color: #DC1EBB;
 }
 .AnyTagClassName
 {
   color: #DC1EBB;
 }
</style>
background-color css

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

 a { background-color: rgb(220,30,187); }

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

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

 span { border-color: rgb(220,30,187); }

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