Html Css Color HEX #DB96BB Shocking

📋 copy color: '#DB96BB'

red 219 ◦ green 150 ◦ blue 187

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

Shades of Shocking #DB96BB

Tints of Shocking #DB96BB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.98%

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

R = 39.39%
G = 26.98%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB96BB (or 0xDB96BB) is known color: Shocking. HEX triplet: DB, 96 and BB. RGB value is (219,150,187). Sum of RGB (Red+Green+Blue) = 219+150+187=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96BB is #246944. Grayscale: #AEAEAE. Windows color (decimal): -2386245 or 12293851. OLE color: 12293851.

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

Color convert

RGB 219 150 187 -
CMYK 0 0.32 0.15 0.14
HSL 327.83º 0.49% 0.72% -
HSV(B) 327.83º 0.32% 0.86% -
XYZ 49.09 40.46 52.24 -
YUV 174.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 219 150 187 0 0.32 0.15 0.14 327.83 0.49 0.72
Hex DB 96 BB 0 20 F E 148 31 48
Octal 333 226 273 0 40 17 16 510 61 110
Binary 11011011 10010110 10111011 0 100000 1111 1110 101001000 110001 1001000

Color Harmonies of #DB96BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96BB

Black with #DB96BB

Text Example


Text Example

White with #DB96BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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