#DBA4C6

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

Shades of Shocking #DBA4C6

Tints of Shocking #DBA4C6

Color information

#DBA4C6 (or 0xDBA4C6) is unknown color: approx Shocking. HEX triplet: DB, A4 and C6. RGB value is (219,164,198). Sum of RGB (Red+Green+Blue) = 219+164+198=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4C6 is #245B39. Grayscale: #B8B8B8. Windows color (decimal): -2382650 or 13018331. OLE color: 13018331.

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

Color convert

RGB219164198-
CMYK00.250.100.14
HSL322.91º43.31%75.1%-
HSV(B)322.91º25.11%85.88%-
XYZ52.6845.6959.47-
YUV184.32135.72152.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 198 (77.73% from 255) = 34.08%
R=37.69%
G=28.23%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916419800.250.100.14322.9143.3175.1
HexDBA4C6019AE1432b4b
Octal333244306031121650353113
Binary110110111010010011000110011001101011101010000111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4C6; }

 p { color: rgb(219,164,198); }

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

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

 a { background-color: rgb(219,164,198); }

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

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

 span { border-color: rgb(219,164,198); }

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