#DBA7C1

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

Shades of Shocking #DBA7C1

Tints of Shocking #DBA7C1

Color information

#DBA7C1 (or 0xDBA7C1) is unknown color: approx Shocking. HEX triplet: DB, A7 and C1. RGB value is (219,167,193). Sum of RGB (Red+Green+Blue) = 219+167+193=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7C1 is #24583E. Grayscale: #B9B9B9. Windows color (decimal): -2381887 or 12691419. OLE color: 12691419.

HSL color Cylindrical-coordinate representation of color #DBA7C1: hue angle of 330º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7C1 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219167193-
CMYK00.240.120.14
HSL330º41.94%75.69%-
HSV(B)330º23.74%85.88%-
XYZ52.6646.5556.66-
YUV185.51132.23151.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=37.82%
G=28.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916719300.240.120.1433041.9475.69
HexDBA7C1018CE14a2a4c
Octal333247301030141651252114
Binary110110111010011111000001011000110011101010010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7C1; }

 p { color: rgb(219,167,193); }

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

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

 a { background-color: rgb(219,167,193); }

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

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

 span { border-color: rgb(219,167,193); }

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