#DB9CBE

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

Shades of Shocking #DB9CBE

Tints of Shocking #DB9CBE

Color information

#DB9CBE (or 0xDB9CBE) is unknown color: approx Shocking. HEX triplet: DB, 9C and BE. RGB value is (219,156,190). Sum of RGB (Red+Green+Blue) = 219+156+190=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CBE is #246341. Grayscale: #B2B2B2. Windows color (decimal): -2384706 or 12491995. OLE color: 12491995.

HSL color Cylindrical-coordinate representation of color #DB9CBE: hue angle of 327.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CBE is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219156190-
CMYK00.290.130.14
HSL327.62º46.67%73.53%-
HSV(B)327.62º28.77%85.88%-
XYZ50.442.5554.27-
YUV178.71134.37156.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=38.76%
G=27.61%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915619000.290.130.14327.6246.6773.53
HexDB9CBE01DDE1482f4a
Octal333234276035151651057112
Binary110110111001110010111110011101110111101010010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CBE; }

 p { color: rgb(219,156,190); }

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

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

 a { background-color: rgb(219,156,190); }

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

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

 span { border-color: rgb(219,156,190); }

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