#D73B8C

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

Shades of Deep Cerise #D73B8C

Tints of Deep Cerise #D73B8C

Color information

#D73B8C (or 0xD73B8C) is unknown color: approx Deep Cerise. HEX triplet: D7, 3B and 8C. RGB value is (215,59,140). Sum of RGB (Red+Green+Blue) = 215+59+140=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73B8C is #28C473. Grayscale: #727272. Windows color (decimal): -2671732 or 9190359. OLE color: 9190359.

HSL color Cylindrical-coordinate representation of color #D73B8C: hue angle of 328.85º 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 #D73B8C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21559140-
CMYK00.730.350.16
HSL328.85º66.1%53.73%-
HSV(B)328.85º72.56%84.31%-
XYZ34.3219.4726.76-
YUV114.88142.18199.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.93%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=51.93%
G=14.25%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155914000.730.350.16328.8566.153.73
HexD73B8C04923101494236
Octal327732140111432051110266
Binary110101111110111000110001001001100011100001010010011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73B8C; }

 p { color: rgb(215,59,140); }

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

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

 a { background-color: rgb(215,59,140); }

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

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

 span { border-color: rgb(215,59,140); }

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