#DB90B7

Color #DB90B7 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DB90B7

Tints of Shocking #DB90B7

Color information

#DB90B7 (or 0xDB90B7) is unknown color: approx Shocking. HEX triplet: DB, 90 and B7. RGB value is (219,144,183). Sum of RGB (Red+Green+Blue) = 219+144+183=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90B7 is #246F48. Grayscale: #AAAAAA. Windows color (decimal): -2387785 or 12030171. OLE color: 12030171.

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

Color convert

RGB219144183-
CMYK00.340.160.14
HSL328.8º51.02%71.18%-
HSV(B)328.8º34.25%85.88%-
XYZ47.7338.4349.7-
YUV170.87134.85162.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=40.11%
G=26.37%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914418300.340.160.14328.851.0271.18
HexDB90B702210E1493347
Octal333220267042201651163107
Binary11011011100100001011011101000101000011101010010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB90B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB90B7; }

 p { color: rgb(219,144,183); }

 H1.HeaderClassName
 {
   color: #DB90B7;
 }
 .AnyTagClassName
 {
   color: #DB90B7;
 }
</style>
background-color css

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

 a { background-color: rgb(219,144,183); }

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

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

 span { border-color: rgb(219,144,183); }

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