#DB9DBA

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

Shades of Shocking #DB9DBA

Tints of Shocking #DB9DBA

Color information

#DB9DBA (or 0xDB9DBA) is unknown color: approx Shocking. HEX triplet: DB, 9D and BA. RGB value is (219,157,186). Sum of RGB (Red+Green+Blue) = 219+157+186=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DBA is #246245. Grayscale: #B2B2B2. Windows color (decimal): -2384454 or 12230107. OLE color: 12230107.

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

Color convert

RGB219157186-
CMYK00.280.150.14
HSL331.94º46.27%73.73%-
HSV(B)331.94º28.31%85.88%-
XYZ50.1342.7252.06-
YUV178.84132.04156.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=38.97%
G=27.94%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915718600.280.150.14331.9446.2773.73
HexDB9DBA01CFE14c2e4a
Octal333235272034171651456112
Binary110110111001110110111010011100111111101010011001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DBA; }

 p { color: rgb(219,157,186); }

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

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

 a { background-color: rgb(219,157,186); }

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

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

 span { border-color: rgb(219,157,186); }

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