#DA88B9

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

Shades of Shocking #DA88B9

Tints of Shocking #DA88B9

Color information

#DA88B9 (or 0xDA88B9) is unknown color: approx Shocking. HEX triplet: DA, 88 and B9. RGB value is (218,136,185). Sum of RGB (Red+Green+Blue) = 218+136+185=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88B9 is #257746. Grayscale: #A5A5A5. Windows color (decimal): -2455367 or 12159194. OLE color: 12159194.

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

Color convert

RGB218136185-
CMYK00.380.150.15
HSL324.15º52.56%69.41%-
HSV(B)324.15º37.61%85.49%-
XYZ46.4736.0250.4-
YUV166.1138.67165.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=40.45%
G=25.23%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813618500.380.150.15324.1552.5669.41
HexDA88B9026FF1443545
Octal332210271046171750465105
Binary1101101010001000101110010100110111111111010001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88B9; }

 p { color: rgb(218,136,185); }

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

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

 a { background-color: rgb(218,136,185); }

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

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

 span { border-color: rgb(218,136,185); }

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