#DA8BB5

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

Shades of Shocking #DA8BB5

Tints of Shocking #DA8BB5

Color information

#DA8BB5 (or 0xDA8BB5) is unknown color: approx Shocking. HEX triplet: DA, 8B and B5. RGB value is (218,139,181). Sum of RGB (Red+Green+Blue) = 218+139+181=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BB5 is #25744A. Grayscale: #A7A7A7. Windows color (decimal): -2454603 or 11897818. OLE color: 11897818.

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

Color convert

RGB218139181-
CMYK00.360.170.15
HSL328.1º51.63%70%-
HSV(B)328.1º36.24%85.49%-
XYZ46.4936.7148.35-
YUV167.41135.67164.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=40.52%
G=25.84%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813918100.360.170.15328.151.6370
HexDA8BB502411F1483446
Octal332213265044211751064106
Binary11011010100010111011010101001001000111111010010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BB5; }

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

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

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

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

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

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

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

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