#DB9FC4

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

Shades of Shocking #DB9FC4

Tints of Shocking #DB9FC4

Color information

#DB9FC4 (or 0xDB9FC4) is unknown color: approx Shocking. HEX triplet: DB, 9F and C4. RGB value is (219,159,196). Sum of RGB (Red+Green+Blue) = 219+159+196=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FC4 is #24603B. Grayscale: #B5B5B5. Windows color (decimal): -2383932 or 12885979. OLE color: 12885979.

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

Color convert

RGB219159196-
CMYK00.270.110.14
HSL323º45.45%74.12%-
HSV(B)323º27.4%85.88%-
XYZ51.5843.8457.97-
YUV181.16136.38154.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=38.15%
G=27.70%
B=34.15%

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
Decimal21915919600.270.110.1432345.4574.12
HexDB9FC401BBE1432d4a
Octal333237304033131650355112
Binary110110111001111111000100011011101111101010000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FC4; }

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

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

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

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

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

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

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

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