#DB9FC3

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

Shades of Shocking #DB9FC3

Tints of Shocking #DB9FC3

Color information

#DB9FC3 (or 0xDB9FC3) is unknown color: approx Shocking. HEX triplet: DB, 9F and C3. RGB value is (219,159,195). Sum of RGB (Red+Green+Blue) = 219+159+195=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FC3 is #24603C. Grayscale: #B4B4B4. Windows color (decimal): -2383933 or 12820443. OLE color: 12820443.

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

Color convert

RGB219159195-
CMYK00.270.110.14
HSL324º45.45%74.12%-
HSV(B)324º27.4%85.88%-
XYZ51.4643.857.37-
YUV181.04135.88155.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=38.22%
G=27.75%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915919500.270.110.1432445.4574.12
HexDB9FC301BBE1442d4a
Octal333237303033131650455112
Binary110110111001111111000011011011101111101010001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FC3; }

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

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

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

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

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

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

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

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