Html Css Color HEX #DB1CBB Shocking Pink

📋 copy color: '#DB1CBB'

red 219 ◦ green 28 ◦ blue 187

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

Shades of Shocking Pink #DB1CBB

Tints of Shocking Pink #DB1CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 50.46%
G = 6.45%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB1CBB (or 0xDB1CBB) is known color: Shocking Pink. HEX triplet: DB, 1C and BB. RGB value is (219,28,187). Sum of RGB (Red+Green+Blue) = 219+28+187=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CBB is #24E344. Grayscale: #666666. Windows color (decimal): -2417477 or 12262619. OLE color: 12262619.

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

Color convert

RGB 219 28 187 -
CMYK 0 0.87 0.15 0.14
HSL 310.05º 0.77% 0.48% -
HSV(B) 310.05º 0.87% 0.86% -
XYZ 38.6 19.48 48.74 -
YUV 103.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 219 28 187 0 0.87 0.15 0.14 310.05 0.77 0.48
Hex DB 1C BB 0 57 F E 136 4D 30
Octal 333 34 273 0 127 17 16 466 115 60
Binary 11011011 11100 10111011 0 1010111 1111 1110 100110110 1001101 110000

Color Harmonies of #DB1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CBB

Black with #DB1CBB

Text Example


Text Example

White with #DB1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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