#DB9BC4

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

Shades of Shocking #DB9BC4

Tints of Shocking #DB9BC4

Color information

#DB9BC4 (or 0xDB9BC4) is unknown color: approx Shocking. HEX triplet: DB, 9B and C4. RGB value is (219,155,196). Sum of RGB (Red+Green+Blue) = 219+155+196=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC4 is #24643B. Grayscale: #B2B2B2. Windows color (decimal): -2384956 or 12884955. OLE color: 12884955.

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

Color convert

RGB219155196-
CMYK00.290.110.14
HSL321.56º47.06%73.33%-
HSV(B)321.56º29.22%85.88%-
XYZ50.942.4957.74-
YUV178.81137.7156.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=38.42%
G=27.19%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915519600.290.110.14321.5647.0673.33
HexDB9BC401DBE1422f49
Octal333233304035131650257111
Binary110110111001101111000100011101101111101010000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BC4; }

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

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

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

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

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

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

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

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