#DA84BD

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

Shades of Shocking #DA84BD

Tints of Shocking #DA84BD

Color information

#DA84BD (or 0xDA84BD) is unknown color: approx Shocking. HEX triplet: DA, 84 and BD. RGB value is (218,132,189). Sum of RGB (Red+Green+Blue) = 218+132+189=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84BD is #257B42. Grayscale: #A4A4A4. Windows color (decimal): -2456387 or 12420314. OLE color: 12420314.

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

Color convert

RGB218132189-
CMYK00.390.130.15
HSL320.23º53.75%68.63%-
HSV(B)320.23º39.45%85.49%-
XYZ46.3535.0852.47-
YUV164.21141.99166.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=40.45%
G=24.49%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813218900.390.130.15320.2353.7568.63
HexDA84BD027DF1403645
Octal332204275047151750066105
Binary1101101010000100101111010100111110111111010000001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84BD; }

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

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

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

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

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

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

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

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