#DB1FBE

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

Shades of Shocking Pink #DB1FBE

Tints of Shocking Pink #DB1FBE

Color information

#DB1FBE (or 0xDB1FBE) is unknown color: approx Shocking Pink. HEX triplet: DB, 1F and BE. RGB value is (219,31,190). Sum of RGB (Red+Green+Blue) = 219+31+190=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FBE is #24E041. Grayscale: #686868. Windows color (decimal): -2416706 or 12459995. OLE color: 12459995.

HSL color Cylindrical-coordinate representation of color #DB1FBE: hue angle of 309.26º degrees, saturation: 0.75, 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 #DB1FBE is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB21931190-
CMYK00.860.130.14
HSL309.26º75.2%49.02%-
HSV(B)309.26º85.84%85.88%-
XYZ3919.7650.47-
YUV105.34175.78209.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 31 (12.5% from 255) = 7.05%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=49.77%
G=7.05%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193119000.860.130.14309.2675.249.02
HexDB1FBE056DE1354b31
Octal333372760126151646511361
Binary11011011111111011111001010110110111101001101011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1FBE; }

 p { color: rgb(219,31,190); }

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

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

 a { background-color: rgb(219,31,190); }

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

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

 span { border-color: rgb(219,31,190); }

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