Html Css Color HEX #DB96BC Shocking

📋 copy color: '#DB96BC'

red 219 ◦ green 150 ◦ blue 188

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

Shades of Shocking #DB96BC

Tints of Shocking #DB96BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.75%

R = 39.32%
G = 26.93%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB96BC (or 0xDB96BC) is known color: Shocking. HEX triplet: DB, 96 and BC. RGB value is (219,150,188). Sum of RGB (Red+Green+Blue) = 219+150+188=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96BC is #246943. Grayscale: #AEAEAE. Windows color (decimal): -2386244 or 12359387. OLE color: 12359387.

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

Color convert

RGB 219 150 188 -
CMYK 0 0.32 0.14 0.14
HSL 326.96º 0.49% 0.72% -
HSV(B) 326.96º 0.32% 0.86% -
XYZ 49.2 40.5 52.8 -
YUV 174.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 219 150 188 0 0.32 0.14 0.14 326.96 0.49 0.72
Hex DB 96 BC 0 20 E E 147 31 48
Octal 333 226 274 0 40 16 16 507 61 110
Binary 11011011 10010110 10111100 0 100000 1110 1110 101000111 110001 1001000

Color Harmonies of #DB96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96BC

Black with #DB96BC

Text Example


Text Example

White with #DB96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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