#DB10B4

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

Shades of Shocking Pink #DB10B4

Tints of Shocking Pink #DB10B4

Color information

#DB10B4 (or 0xDB10B4) is unknown color: approx Shocking Pink. HEX triplet: DB, 10 and B4. RGB value is (219,16,180). Sum of RGB (Red+Green+Blue) = 219+16+180=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10B4 is #24EF4B. Grayscale: #5E5E5E. Windows color (decimal): -2420556 or 11800795. OLE color: 11800795.

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

Color convert

RGB21916180-
CMYK00.930.180.14
HSL311.53º86.38%46.08%-
HSV(B)311.53º92.69%85.88%-
XYZ37.6418.7344.81-
YUV95.39175.75216.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.77%
GREEN value IS 16 (6.64% from 255) = 3.86%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=52.77%
G=3.86%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191618000.930.180.14311.5386.3846.08
HexDB10B405D12E138562e
Octal333202640135221647012656
Binary110110111000010110100010111011001011101001110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB10B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB10B4; }

 p { color: rgb(219,16,180); }

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

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

 a { background-color: rgb(219,16,180); }

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

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

 span { border-color: rgb(219,16,180); }

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