#DA92B6

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

Shades of Shocking #DA92B6

Tints of Shocking #DA92B6

Color information

#DA92B6 (or 0xDA92B6) is unknown color: approx Shocking. HEX triplet: DA, 92 and B6. RGB value is (218,146,182). Sum of RGB (Red+Green+Blue) = 218+146+182=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92B6 is #256D49. Grayscale: #ABABAB. Windows color (decimal): -2452810 or 11965146. OLE color: 11965146.

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

Color convert

RGB218146182-
CMYK00.330.170.15
HSL330º49.32%71.37%-
HSV(B)330º33.03%85.49%-
XYZ47.6438.8449.24-
YUV171.63133.85161.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=39.93%
G=26.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814618200.330.170.1533049.3271.37
HexDA92B602111F14a3147
Octal332222266041211751261107
Binary11011010100100101011011001000011000111111010010101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92B6; }

 p { color: rgb(218,146,182); }

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

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

 a { background-color: rgb(218,146,182); }

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

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

 span { border-color: rgb(218,146,182); }

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