#DBA0C9

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

Shades of Shocking #DBA0C9

Tints of Shocking #DBA0C9

Color information

#DBA0C9 (or 0xDBA0C9) is unknown color: approx Shocking. HEX triplet: DB, A0 and C9. RGB value is (219,160,201). Sum of RGB (Red+Green+Blue) = 219+160+201=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0C9 is #245F36. Grayscale: #B6B6B6. Windows color (decimal): -2383671 or 13213915. OLE color: 13213915.

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

Color convert

RGB219160201-
CMYK00.270.080.14
HSL318.31º45.04%74.31%-
HSV(B)318.31º26.94%85.88%-
XYZ52.3344.4261.07-
YUV182.32138.55154.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=37.76%
G=27.59%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916020100.270.080.14318.3145.0474.31
HexDBA0C901B8E13e2d4a
Octal333240311033101647655112
Binary110110111010000011001001011011100011101001111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0C9; }

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

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

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

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

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

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

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

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