#DA84BC

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

Shades of Shocking #DA84BC

Tints of Shocking #DA84BC

Color information

#DA84BC (or 0xDA84BC) is unknown color: approx Shocking. HEX triplet: DA, 84 and BC. RGB value is (218,132,188). Sum of RGB (Red+Green+Blue) = 218+132+188=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84BC is #257B43. Grayscale: #A3A3A3. Windows color (decimal): -2456388 or 12354778. OLE color: 12354778.

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

Color convert

RGB218132188-
CMYK00.390.140.15
HSL320.93º53.75%68.63%-
HSV(B)320.93º39.45%85.49%-
XYZ46.2435.0451.9-
YUV164.1141.49166.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=40.52%
G=24.54%
B=34.94%

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
Decimal21813218800.390.140.15320.9353.7568.63
HexDA84BC027EF1413645
Octal332204274047161750166105
Binary1101101010000100101111000100111111011111010000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84BC; }

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

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

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

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

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

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

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

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