#D73994

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

Shades of Deep Cerise #D73994

Tints of Deep Cerise #D73994

Color information

#D73994 (or 0xD73994) is unknown color: approx Deep Cerise. HEX triplet: D7, 39 and 94. RGB value is (215,57,148). Sum of RGB (Red+Green+Blue) = 215+57+148=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D73994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73994 is #28C66B. Grayscale: #727272. Windows color (decimal): -2672236 or 9714135. OLE color: 9714135.

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

Color convert

RGB21557148-
CMYK00.730.310.16
HSL325.44º66.39%53.33%-
HSV(B)325.44º73.49%84.31%-
XYZ34.8319.5129.95-
YUV114.62146.85199.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=51.19%
G=13.57%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155714800.730.310.16325.4466.3953.33
HexD739940491F101454235
Octal327712240111372050510265
Binary11010111111001100101000100100111111100001010001011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73994; }

 p { color: rgb(215,57,148); }

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

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

 a { background-color: rgb(215,57,148); }

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

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

 span { border-color: rgb(215,57,148); }

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