#DBA0C5

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

Shades of Shocking #DBA0C5

Tints of Shocking #DBA0C5

Color information

#DBA0C5 (or 0xDBA0C5) is unknown color: approx Shocking. HEX triplet: DB, A0 and C5. RGB value is (219,160,197). Sum of RGB (Red+Green+Blue) = 219+160+197=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0C5 is #245F3A. Grayscale: #B5B5B5. Windows color (decimal): -2383675 or 12951771. OLE color: 12951771.

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

Color convert

RGB219160197-
CMYK00.270.100.14
HSL322.37º45.04%74.31%-
HSV(B)322.37º26.94%85.88%-
XYZ51.8644.2358.63-
YUV181.86136.55154.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 160 (62.89% from 255) = 27.78%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=38.02%
G=27.78%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916019700.270.100.14322.3745.0474.31
HexDBA0C501BAE1422d4a
Octal333240305033121650255112
Binary110110111010000011000101011011101011101010000101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0C5; }

 p { color: rgb(219,160,197); }

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

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

 a { background-color: rgb(219,160,197); }

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

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

 span { border-color: rgb(219,160,197); }

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