#DBA1BD

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

Shades of Shocking #DBA1BD

Tints of Shocking #DBA1BD

Color information

#DBA1BD (or 0xDBA1BD) is unknown color: approx Shocking. HEX triplet: DB, A1 and BD. RGB value is (219,161,189). Sum of RGB (Red+Green+Blue) = 219+161+189=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1BD is #245E42. Grayscale: #B5B5B5. Windows color (decimal): -2383427 or 12427739. OLE color: 12427739.

HSL color Cylindrical-coordinate representation of color #DBA1BD: hue angle of 331.03º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA1BD is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219161189-
CMYK00.260.140.14
HSL331.03º44.62%74.51%-
HSV(B)331.03º26.48%85.88%-
XYZ51.1444.2253.98-
YUV181.53132.22154.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=38.49%
G=28.30%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916118900.260.140.14331.0344.6274.51
HexDBA1BD01AEE14b2d4b
Octal333241275032161651355113
Binary110110111010000110111101011010111011101010010111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1BD; }

 p { color: rgb(219,161,189); }

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

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

 a { background-color: rgb(219,161,189); }

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

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

 span { border-color: rgb(219,161,189); }

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