#DA94C4

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

Shades of Shocking #DA94C4

Tints of Shocking #DA94C4

Color information

#DA94C4 (or 0xDA94C4) is unknown color: approx Shocking. HEX triplet: DA, 94 and C4. RGB value is (218,148,196). Sum of RGB (Red+Green+Blue) = 218+148+196=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94C4 is #256B3B. Grayscale: #AEAEAE. Windows color (decimal): -2452284 or 12883162. OLE color: 12883162.

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

Color convert

RGB218148196-
CMYK00.320.100.15
HSL318.86º48.61%71.76%-
HSV(B)318.86º32.11%85.49%-
XYZ49.4740.0757.35-
YUV174.4140.19159.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=38.79%
G=26.33%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814819600.320.100.15318.8648.6171.76
HexDA94C4020AF13f3148
Octal332224304040121747761110
Binary1101101010010100110001000100000101011111001111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94C4; }

 p { color: rgb(218,148,196); }

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

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

 a { background-color: rgb(218,148,196); }

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

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

 span { border-color: rgb(218,148,196); }

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