#DA8DB7

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

Shades of Shocking #DA8DB7

Tints of Shocking #DA8DB7

Color information

#DA8DB7 (or 0xDA8DB7) is unknown color: approx Shocking. HEX triplet: DA, 8D and B7. RGB value is (218,141,183). Sum of RGB (Red+Green+Blue) = 218+141+183=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DB7 is #257248. Grayscale: #A8A8A8. Windows color (decimal): -2454089 or 12029402. OLE color: 12029402.

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

Color convert

RGB218141183-
CMYK00.350.160.15
HSL327.27º50.99%70.39%-
HSV(B)327.27º35.32%85.49%-
XYZ46.9937.3749.54-
YUV168.81136.01163.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=40.22%
G=26.01%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814118300.350.160.15327.2750.9970.39
HexDA8DB702310F1473346
Octal332215267043201750763106
Binary11011010100011011011011101000111000011111010001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8DB7; }

 p { color: rgb(218,141,183); }

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

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

 a { background-color: rgb(218,141,183); }

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

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

 span { border-color: rgb(218,141,183); }

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