#D73385

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

Shades of Deep Cerise #D73385

Tints of Deep Cerise #D73385

Color information

#D73385 (or 0xD73385) is unknown color: approx Deep Cerise. HEX triplet: D7, 33 and 85. RGB value is (215,51,133). Sum of RGB (Red+Green+Blue) = 215+51+133=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D73385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73385 is #28CC7A. Grayscale: #6D6D6D. Windows color (decimal): -2673787 or 8729559. OLE color: 8729559.

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

Color convert

RGB21551133-
CMYK00.760.380.16
HSL330º67.21%52.16%-
HSV(B)330º76.28%84.31%-
XYZ33.4418.5124-
YUV109.38141.33203.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=53.88%
G=12.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155113300.760.380.1633067.2152.16
HexD7338504C261014a4334
Octal327632050114462051210364
Binary110101111100111000010101001100100110100001010010101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73385; }

 p { color: rgb(215,51,133); }

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

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

 a { background-color: rgb(215,51,133); }

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

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

 span { border-color: rgb(215,51,133); }

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