#DA84BB

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

Shades of Shocking #DA84BB

Tints of Shocking #DA84BB

Color information

#DA84BB (or 0xDA84BB) is unknown color: approx Shocking. HEX triplet: DA, 84 and BB. RGB value is (218,132,187). Sum of RGB (Red+Green+Blue) = 218+132+187=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84BB is #257B44. Grayscale: #A3A3A3. Windows color (decimal): -2456389 or 12289242. OLE color: 12289242.

HSL color Cylindrical-coordinate representation of color #DA84BB: hue angle of 321.63º 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 #DA84BB is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218132187-
CMYK00.390.140.15
HSL321.63º53.75%68.63%-
HSV(B)321.63º39.45%85.49%-
XYZ46.133551.34-
YUV163.98140.99166.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=40.60%
G=24.58%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813218700.390.140.15321.6353.7568.63
HexDA84BB027EF1423645
Octal332204273047161750266105
Binary1101101010000100101110110100111111011111010000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84BB; }

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

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

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

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

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

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

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

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