#DB9DC1

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

Shades of Shocking #DB9DC1

Tints of Shocking #DB9DC1

Color information

#DB9DC1 (or 0xDB9DC1) is unknown color: approx Shocking. HEX triplet: DB, 9D and C1. RGB value is (219,157,193). Sum of RGB (Red+Green+Blue) = 219+157+193=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DC1 is #24623E. Grayscale: #B3B3B3. Windows color (decimal): -2384447 or 12688859. OLE color: 12688859.

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

Color convert

RGB219157193-
CMYK00.280.120.14
HSL325.16º46.27%73.73%-
HSV(B)325.16º28.31%85.88%-
XYZ50.943.0256.07-
YUV179.64135.54156.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=38.49%
G=27.59%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915719300.280.120.14325.1646.2773.73
HexDB9DC101CCE1452e4a
Octal333235301034141650556112
Binary110110111001110111000001011100110011101010001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DC1; }

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

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

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

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

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

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

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

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