Html Css Color HEX #DB1EB4 Shocking Pink

📋 copy color: '#DB1EB4'

red 219 ◦ green 30 ◦ blue 180

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

Shades of Shocking Pink #DB1EB4

Tints of Shocking Pink #DB1EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 51.05%
G = 6.99%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB1EB4 (or 0xDB1EB4) is known color: Shocking Pink. HEX triplet: DB, 1E and B4. RGB value is (219,30,180). Sum of RGB (Red+Green+Blue) = 219+30+180=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EB4 is #24E14B. Grayscale: #676767. Windows color (decimal): -2416972 or 11804379. OLE color: 11804379.

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

Color convert

RGB 219 30 180 -
CMYK 0 0.86 0.18 0.14
HSL 312.38º 0.76% 0.49% -
HSV(B) 312.38º 0.86% 0.86% -
XYZ 37.92 19.28 44.9 -
YUV 103.61 171.12 210.3 -
System Red Green Blue C M Y K H S L
Decimal 219 30 180 0 0.86 0.18 0.14 312.38 0.76 0.49
Hex DB 1E B4 0 56 12 E 138 4C 31
Octal 333 36 264 0 126 22 16 470 114 61
Binary 11011011 11110 10110100 0 1010110 10010 1110 100111000 1001100 110001

Color Harmonies of #DB1EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EB4

Black with #DB1EB4

Text Example


Text Example

White with #DB1EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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