#DA89B5

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

Shades of Shocking #DA89B5

Tints of Shocking #DA89B5

Color information

#DA89B5 (or 0xDA89B5) is unknown color: approx Shocking. HEX triplet: DA, 89 and B5. RGB value is (218,137,181). Sum of RGB (Red+Green+Blue) = 218+137+181=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89B5 is #25764A. Grayscale: #A6A6A6. Windows color (decimal): -2455115 or 11897306. OLE color: 11897306.

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

Color convert

RGB218137181-
CMYK00.370.170.15
HSL327.41º52.26%69.61%-
HSV(B)327.41º37.16%85.49%-
XYZ46.236.1348.26-
YUV166.24136.34164.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=40.67%
G=25.56%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813718100.370.170.15327.4152.2669.61
HexDA89B502511F1473446
Octal332211265045211750764106
Binary11011010100010011011010101001011000111111010001111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89B5; }

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

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

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

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

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

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

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

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