#D73AA8

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

Shades of Deep Cerise #D73AA8

Tints of Deep Cerise #D73AA8

Color information

#D73AA8 (or 0xD73AA8) is unknown color: approx Deep Cerise. HEX triplet: D7, 3A and A8. RGB value is (215,58,168). Sum of RGB (Red+Green+Blue) = 215+58+168=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73AA8 is #28C557. Grayscale: #757575. Windows color (decimal): -2671960 or 11025111. OLE color: 11025111.

HSL color Cylindrical-coordinate representation of color #D73AA8: hue angle of 317.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73AA8 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB21558168-
CMYK00.730.220.16
HSL317.96º66.24%53.53%-
HSV(B)317.96º73.02%84.31%-
XYZ36.6120.339.03-
YUV117.48156.51197.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 58 (23.05% from 255) = 13.15%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=48.75%
G=13.15%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155816800.730.220.16317.9666.2453.53
HexD73AA8049161013e4236
Octal327722500111262047610266
Binary11010111111010101010000100100110110100001001111101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73AA8; }

 p { color: rgb(215,58,168); }

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

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

 a { background-color: rgb(215,58,168); }

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

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

 span { border-color: rgb(215,58,168); }

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