#D73492

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

Shades of Deep Cerise #D73492

Tints of Deep Cerise #D73492

Color information

#D73492 (or 0xD73492) is unknown color: approx Deep Cerise. HEX triplet: D7, 34 and 92. RGB value is (215,52,146). Sum of RGB (Red+Green+Blue) = 215+52+146=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D73492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73492 is #28CB6D. Grayscale: #6F6F6F. Windows color (decimal): -2673518 or 9581783. OLE color: 9581783.

HSL color Cylindrical-coordinate representation of color #D73492: hue angle of 325.4º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73492 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21552146-
CMYK00.760.320.16
HSL325.4º67.08%52.35%-
HSV(B)325.4º75.81%84.31%-
XYZ34.4418.9829.04-
YUV111.45147.5201.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.06%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=52.06%
G=12.59%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155214600.760.320.16325.467.0852.35
HexD7349204C20101454334
Octal327642220114402050510364
Binary110101111101001001001001001100100000100001010001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73492; }

 p { color: rgb(215,52,146); }

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

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

 a { background-color: rgb(215,52,146); }

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

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

 span { border-color: rgb(215,52,146); }

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