#D73462

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

Shades of Cerise #D73462

Tints of Cerise #D73462

Color information

#D73462 (or 0xD73462) is unknown color: approx Cerise. HEX triplet: D7, 34 and 62. RGB value is (215,52,98). Sum of RGB (Red+Green+Blue) = 215+52+98=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D73462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73462 is #28CB9D. Grayscale: #696969. Windows color (decimal): -2673566 or 6436055. OLE color: 6436055.

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

Color convert

RGB2155298-
CMYK00.760.540.16
HSL343.07º67.08%52.35%-
HSV(B)343.07º75.81%84.31%-
XYZ31.4617.7813.33-
YUV105.98123.5205.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.90%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=58.90%
G=14.25%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215529800.760.540.16343.0767.0852.35
HexD7346204C36101574334
Octal327641420114662052710364
Binary11010111110100110001001001100110110100001010101111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73462; }

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

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

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

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

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

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

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

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