Html Css Color HEX #DB13B1 Shocking Pink

📋 copy color: '#DB13B1'

red 219 ◦ green 19 ◦ blue 177

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

Shades of Shocking Pink #DB13B1

Tints of Shocking Pink #DB13B1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 52.77%
G = 4.58%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB13B1 (or 0xDB13B1) is known color: Shocking Pink. HEX triplet: DB, 13 and B1. RGB value is (219,19,177). Sum of RGB (Red+Green+Blue) = 219+19+177=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB13B1 is #24EC4E. Grayscale: #606060. Windows color (decimal): -2419791 or 11604955. OLE color: 11604955.

HSL color Cylindrical-coordinate representation of color #DB13B1: hue angle of 312.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB13B1 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 177 -
CMYK 0 0.91 0.19 0.14
HSL 312.6º 0.84% 0.47% -
HSV(B) 312.6º 0.91% 0.86% -
XYZ 37.38 18.7 43.23 -
YUV 96.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 219 19 177 0 0.91 0.19 0.14 312.6 0.84 0.47
Hex DB 13 B1 0 5B 13 E 139 54 2F
Octal 333 23 261 0 133 23 16 471 124 57
Binary 11011011 10011 10110001 0 1011011 10011 1110 100111001 1010100 101111

Color Harmonies of #DB13B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB13B1

Black with #DB13B1

Text Example


Text Example

White with #DB13B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB13B1; }

 p { color: rgb(219,19,177); }

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

background-color css

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

 a { background-color: rgb(219,19,177); }

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

border-color css

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

 span { border-color: rgb(219,19,177); }

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