#DB9BC1

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

Shades of Shocking #DB9BC1

Tints of Shocking #DB9BC1

Color information

#DB9BC1 (or 0xDB9BC1) is unknown color: approx Shocking. HEX triplet: DB, 9B and C1. RGB value is (219,155,193). Sum of RGB (Red+Green+Blue) = 219+155+193=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC1 is #24643E. Grayscale: #B2B2B2. Windows color (decimal): -2384959 or 12688347. OLE color: 12688347.

HSL color Cylindrical-coordinate representation of color #DB9BC1: hue angle of 324.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BC1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219155193-
CMYK00.290.120.14
HSL324.38º47.06%73.33%-
HSV(B)324.38º29.22%85.88%-
XYZ50.5642.3555.96-
YUV178.47136.2156.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=38.62%
G=27.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915519300.290.120.14324.3847.0673.33
HexDB9BC101DCE1442f49
Octal333233301035141650457111
Binary110110111001101111000001011101110011101010001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BC1; }

 p { color: rgb(219,155,193); }

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

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

 a { background-color: rgb(219,155,193); }

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

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

 span { border-color: rgb(219,155,193); }

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