#DA90C5

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

Shades of Shocking #DA90C5

Tints of Shocking #DA90C5

Color information

#DA90C5 (or 0xDA90C5) is unknown color: approx Shocking. HEX triplet: DA, 90 and C5. RGB value is (218,144,197). Sum of RGB (Red+Green+Blue) = 218+144+197=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90C5 is #256F3A. Grayscale: #ACACAC. Windows color (decimal): -2453307 or 12947674. OLE color: 12947674.

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

Color convert

RGB218144197-
CMYK00.340.100.15
HSL317.03º50%70.98%-
HSV(B)317.03º33.94%85.49%-
XYZ48.9638.8857.75-
YUV172.17142.02160.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=39.00%
G=25.76%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814419700.340.100.15317.035070.98
HexDA90C5022AF13d3247
Octal332220305042121747562107
Binary1101101010010000110001010100010101011111001111011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90C5; }

 p { color: rgb(218,144,197); }

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

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

 a { background-color: rgb(218,144,197); }

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

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

 span { border-color: rgb(218,144,197); }

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