#DB8AC1

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

Shades of Shocking #DB8AC1

Tints of Shocking #DB8AC1

Color information

#DB8AC1 (or 0xDB8AC1) is unknown color: approx Shocking. HEX triplet: DB, 8A and C1. RGB value is (219,138,193). Sum of RGB (Red+Green+Blue) = 219+138+193=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AC1 is #24753E. Grayscale: #A8A8A8. Windows color (decimal): -2389311 or 12683995. OLE color: 12683995.

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

Color convert

RGB219138193-
CMYK00.370.120.14
HSL319.26º52.94%70%-
HSV(B)319.26º36.99%85.88%-
XYZ47.9337.0955.08-
YUV168.49141.84164.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=39.82%
G=25.09%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913819300.370.120.14319.2652.9470
HexDB8AC1025CE13f3546
Octal333212301045141647765106
Binary1101101110001010110000010100101110011101001111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AC1; }

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

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

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

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

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

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

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

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