Html Css Color HEX #DB1DBD Shocking Pink

📋 copy color: '#DB1DBD'

red 219 ◦ green 29 ◦ blue 189

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

Shades of Shocking Pink #DB1DBD

Tints of Shocking Pink #DB1DBD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.64%

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 50.11%
G = 6.64%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB1DBD (or 0xDB1DBD) is known color: Shocking Pink. HEX triplet: DB, 1D and BD. RGB value is (219,29,189). Sum of RGB (Red+Green+Blue) = 219+29+189=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DBD is #24E242. Grayscale: #676767. Windows color (decimal): -2417219 or 12393947. OLE color: 12393947.

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

Color convert

RGB 219 29 189 -
CMYK 0 0.87 0.14 0.14
HSL 309.47º 0.77% 0.49% -
HSV(B) 309.47º 0.87% 0.86% -
XYZ 38.84 19.61 49.88 -
YUV 104.05 175.95 209.99 -
System Red Green Blue C M Y K H S L
Decimal 219 29 189 0 0.87 0.14 0.14 309.47 0.77 0.49
Hex DB 1D BD 0 57 E E 135 4D 31
Octal 333 35 275 0 127 16 16 465 115 61
Binary 11011011 11101 10111101 0 1010111 1110 1110 100110101 1001101 110001

Color Harmonies of #DB1DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DBD

Black with #DB1DBD

Text Example


Text Example

White with #DB1DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DBD; }

 p { color: rgb(219,29,189); }

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

background-color css

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

 a { background-color: rgb(219,29,189); }

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

border-color css

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

 span { border-color: rgb(219,29,189); }

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