#D73B65

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

Shades of Cerise #D73B65

Tints of Cerise #D73B65

Color information

#D73B65 (or 0xD73B65) is unknown color: approx Cerise. HEX triplet: D7, 3B and 65. RGB value is (215,59,101). Sum of RGB (Red+Green+Blue) = 215+59+101=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73B65 is #28C49A. Grayscale: #6E6E6E. Windows color (decimal): -2671771 or 6634455. OLE color: 6634455.

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

Color convert

RGB21559101-
CMYK00.730.530.16
HSL343.85º66.1%53.73%-
HSV(B)343.85º72.56%84.31%-
XYZ31.9418.5114.2-
YUV110.43122.68202.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 59 (23.44% from 255) = 15.73%
BLUE value IS 101 (39.84% from 255) = 26.93%
R=57.33%
G=15.73%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155910100.730.530.16343.8566.153.73
HexD73B6504935101584236
Octal327731450111652053010266
Binary11010111111011110010101001001110101100001010110001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73B65; }

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

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

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

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

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

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

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

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