Html Css Color HEX #DB21B6 Shocking Pink

📋 copy color: '#DB21B6'

red 219 ◦ green 33 ◦ blue 182

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

Shades of Shocking Pink #DB21B6

Tints of Shocking Pink #DB21B6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.6%

 BLUE value IS 182 (71.48% from 255) = 41.94%

R = 50.46%
G = 7.6%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB21B6 (or 0xDB21B6) is known color: Shocking Pink. HEX triplet: DB, 21 and B6. RGB value is (219,33,182). Sum of RGB (Red+Green+Blue) = 219+33+182=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21B6 is #24DE49. Grayscale: #696969. Windows color (decimal): -2416202 or 11936219. OLE color: 11936219.

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

Color convert

RGB 219 33 182 -
CMYK 0 0.85 0.17 0.14
HSL 311.94º 0.74% 0.49% -
HSV(B) 311.94º 0.85% 0.86% -
XYZ 38.2 19.53 46.01 -
YUV 105.6 171.12 208.88 -
System Red Green Blue C M Y K H S L
Decimal 219 33 182 0 0.85 0.17 0.14 311.94 0.74 0.49
Hex DB 21 B6 0 55 11 E 138 4A 31
Octal 333 41 266 0 125 21 16 470 112 61
Binary 11011011 100001 10110110 0 1010101 10001 1110 100111000 1001010 110001

Color Harmonies of #DB21B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21B6

Black with #DB21B6

Text Example


Text Example

White with #DB21B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21B6; }

 p { color: rgb(219,33,182); }

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

background-color css

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

 a { background-color: rgb(219,33,182); }

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

border-color css

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

 span { border-color: rgb(219,33,182); }

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