#D73D5D

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

Shades of Cerise #D73D5D

Tints of Cerise #D73D5D

Color information

#D73D5D (or 0xD73D5D) is unknown color: approx Cerise. HEX triplet: D7, 3D and 5D. RGB value is (215,61,93). Sum of RGB (Red+Green+Blue) = 215+61+93=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73D5D is #28C2A2. Grayscale: #6E6E6E. Windows color (decimal): -2671267 or 6110679. OLE color: 6110679.

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

Color convert

RGB2156193-
CMYK00.720.570.16
HSL347.53º65.81%54.12%-
HSV(B)347.53º71.63%84.31%-
XYZ31.6718.5712.27-
YUV110.69118.02202.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.27%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=58.27%
G=16.53%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215619300.720.570.16347.5365.8154.12
HexD73D5D048391015c4236
Octal327751350110712053410266
Binary11010111111101101110101001000111001100001010111001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73D5D; }

 p { color: rgb(215,61,93); }

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

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

 a { background-color: rgb(215,61,93); }

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

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

 span { border-color: rgb(215,61,93); }

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