#DA89BE

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

Shades of Shocking #DA89BE

Tints of Shocking #DA89BE

Color information

#DA89BE (or 0xDA89BE) is unknown color: approx Shocking. HEX triplet: DA, 89 and BE. RGB value is (218,137,190). Sum of RGB (Red+Green+Blue) = 218+137+190=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89BE is #257641. Grayscale: #A7A7A7. Windows color (decimal): -2455106 or 12487130. OLE color: 12487130.

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

Color convert

RGB218137190-
CMYK00.370.130.15
HSL320.74º52.26%69.61%-
HSV(B)320.74º37.16%85.49%-
XYZ47.1536.5153.28-
YUV167.26140.84164.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=40%
G=25.14%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813719000.370.130.15320.7452.2669.61
HexDA89BE025DF1413446
Octal332211276045151750164106
Binary1101101010001001101111100100101110111111010000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89BE; }

 p { color: rgb(218,137,190); }

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

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

 a { background-color: rgb(218,137,190); }

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

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

 span { border-color: rgb(218,137,190); }

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