Html Css Color HEX #DB1CBD Shocking Pink

📋 copy color: '#DB1CBD'

red 219 ◦ green 28 ◦ blue 189

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

Shades of Shocking Pink #DB1CBD

Tints of Shocking Pink #DB1CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.42%

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

R = 50.23%
G = 6.42%
B = 43.35%

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

#DB1CBD (or 0xDB1CBD) is known color: Shocking Pink. HEX triplet: DB, 1C and BD. RGB value is (219,28,189). Sum of RGB (Red+Green+Blue) = 219+28+189=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CBD is #24E342. Grayscale: #676767. Windows color (decimal): -2417475 or 12393691. OLE color: 12393691.

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

Color convert

RGB 219 28 189 -
CMYK 0 0.87 0.14 0.14
HSL 309.42º 0.77% 0.48% -
HSV(B) 309.42º 0.87% 0.86% -
XYZ 38.81 19.56 49.87 -
YUV 103.46 176.28 210.41 -
System Red Green Blue C M Y K H S L
Decimal 219 28 189 0 0.87 0.14 0.14 309.42 0.77 0.48
Hex DB 1C BD 0 57 E E 135 4D 30
Octal 333 34 275 0 127 16 16 465 115 60
Binary 11011011 11100 10111101 0 1010111 1110 1110 100110101 1001101 110000

Color Harmonies of #DB1CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CBD

Black with #DB1CBD

Text Example


Text Example

White with #DB1CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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