Html Css Color HEX #DB1EB7 Shocking Pink

📋 copy color: '#DB1EB7'

red 219 ◦ green 30 ◦ blue 183

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

Shades of Shocking Pink #DB1EB7

Tints of Shocking Pink #DB1EB7

RGB

 RED value IS 219 (85.94% from 255) = 50.69%

 GREEN value IS 30 (12.11% from 255) = 6.94%

 BLUE value IS 183 (71.88% from 255) = 42.36%

R = 50.69%
G = 6.94%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB1EB7 (or 0xDB1EB7) is known color: Shocking Pink. HEX triplet: DB, 1E and B7. RGB value is (219,30,183). Sum of RGB (Red+Green+Blue) = 219+30+183=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EB7 is #24E148. Grayscale: #676767. Windows color (decimal): -2416969 or 12000987. OLE color: 12000987.

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

Color convert

RGB 219 30 183 -
CMYK 0 0.86 0.16 0.14
HSL 311.43º 0.76% 0.49% -
HSV(B) 311.43º 0.86% 0.86% -
XYZ 38.22 19.41 46.53 -
YUV 103.95 172.62 210.06 -
System Red Green Blue C M Y K H S L
Decimal 219 30 183 0 0.86 0.16 0.14 311.43 0.76 0.49
Hex DB 1E B7 0 56 10 E 137 4C 31
Octal 333 36 267 0 126 20 16 467 114 61
Binary 11011011 11110 10110111 0 1010110 10000 1110 100110111 1001100 110001

Color Harmonies of #DB1EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EB7

Black with #DB1EB7

Text Example


Text Example

White with #DB1EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EB7; }

 p { color: rgb(219,30,183); }

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

background-color css

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

 a { background-color: rgb(219,30,183); }

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

border-color css

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

 span { border-color: rgb(219,30,183); }

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