#DB9AC4

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

Shades of Shocking #DB9AC4

Tints of Shocking #DB9AC4

Color information

#DB9AC4 (or 0xDB9AC4) is unknown color: approx Shocking. HEX triplet: DB, 9A and C4. RGB value is (219,154,196). Sum of RGB (Red+Green+Blue) = 219+154+196=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AC4 is #24653B. Grayscale: #B2B2B2. Windows color (decimal): -2385212 or 12884699. OLE color: 12884699.

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

Color convert

RGB219154196-
CMYK00.300.110.14
HSL321.23º47.45%73.14%-
HSV(B)321.23º29.68%85.88%-
XYZ50.7342.1657.69-
YUV178.22138.03157.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 196 (76.95% from 255) = 34.45%
R=38.49%
G=27.07%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915419600.300.110.14321.2347.4573.14
HexDB9AC401EBE1412f49
Octal333232304036131650157111
Binary110110111001101011000100011110101111101010000011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AC4; }

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

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

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

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

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

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

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

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