#DA93BD

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

Shades of Shocking #DA93BD

Tints of Shocking #DA93BD

Color information

#DA93BD (or 0xDA93BD) is unknown color: approx Shocking. HEX triplet: DA, 93 and BD. RGB value is (218,147,189). Sum of RGB (Red+Green+Blue) = 218+147+189=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93BD is #256C42. Grayscale: #ACACAC. Windows color (decimal): -2452547 or 12424154. OLE color: 12424154.

HSL color Cylindrical-coordinate representation of color #DA93BD: hue angle of 324.51º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93BD is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218147189-
CMYK00.330.130.15
HSL324.51º48.97%71.57%-
HSV(B)324.51º32.57%85.49%-
XYZ48.5339.4553.2-
YUV173.02137.02160.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 147 (57.81% from 255) = 26.53%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=39.35%
G=26.53%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814718900.330.130.15324.5148.9771.57
HexDA93BD021DF1453148
Octal332223275041151750561110
Binary1101101010010011101111010100001110111111010001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93BD; }

 p { color: rgb(218,147,189); }

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

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

 a { background-color: rgb(218,147,189); }

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

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

 span { border-color: rgb(218,147,189); }

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