Html Css Color HEX #DB9FB6 Shocking

📋 copy color: '#DB9FB6'

red 219 ◦ green 159 ◦ blue 182

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

Shades of Shocking #DB9FB6

Tints of Shocking #DB9FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 182 (71.48% from 255) = 32.5%

R = 39.11%
G = 28.39%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB9FB6 (or 0xDB9FB6) is known color: Shocking. HEX triplet: DB, 9F and B6. RGB value is (219,159,182). Sum of RGB (Red+Green+Blue) = 219+159+182=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB6 is #246049. Grayscale: #B3B3B3. Windows color (decimal): -2383946 or 11968475. OLE color: 11968475.

HSL color Cylindrical-coordinate representation of color #DB9FB6: hue angle of 337º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FB6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 182 -
CMYK 0 0.27 0.17 0.14
HSL 337º 0.45% 0.74% -
HSV(B) 337º 0.27% 0.86% -
XYZ 50.06 43.23 49.96 -
YUV 179.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 219 159 182 0 0.27 0.17 0.14 337 0.45 0.74
Hex DB 9F B6 0 1B 11 E 151 2D 4A
Octal 333 237 266 0 33 21 16 521 55 112
Binary 11011011 10011111 10110110 0 11011 10001 1110 101010001 101101 1001010

Color Harmonies of #DB9FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FB6

Black with #DB9FB6

Text Example


Text Example

White with #DB9FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FB6; }

 p { color: rgb(219,159,182); }

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

background-color css

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

 a { background-color: rgb(219,159,182); }

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

border-color css

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

 span { border-color: rgb(219,159,182); }

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