Html Css Color HEX #DB27BB Shocking Pink

📋 copy color: '#DB27BB'

red 219 ◦ green 39 ◦ blue 187

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

Shades of Shocking Pink #DB27BB

Tints of Shocking Pink #DB27BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.76%

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

R = 49.21%
G = 8.76%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB27BB (or 0xDB27BB) is known color: Shocking Pink. HEX triplet: DB, 27 and BB. RGB value is (219,39,187). Sum of RGB (Red+Green+Blue) = 219+39+187=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB27BB is #24D844. Grayscale: #6D6D6D. Windows color (decimal): -2414661 or 12265435. OLE color: 12265435.

HSL color Cylindrical-coordinate representation of color #DB27BB: hue angle of 310.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB27BB is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 39 187 -
CMYK 0 0.82 0.15 0.14
HSL 310.67º 0.71% 0.51% -
HSV(B) 310.67º 0.82% 0.86% -
XYZ 38.91 20.1 48.84 -
YUV 109.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 219 39 187 0 0.82 0.15 0.14 310.67 0.71 0.51
Hex DB 27 BB 0 52 F E 137 47 33
Octal 333 47 273 0 122 17 16 467 107 63
Binary 11011011 100111 10111011 0 1010010 1111 1110 100110111 1000111 110011

Color Harmonies of #DB27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27BB

Black with #DB27BB

Text Example


Text Example

White with #DB27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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