#D7305E

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

Shades of Cerise #D7305E

Tints of Cerise #D7305E

Color information

#D7305E (or 0xD7305E) is unknown color: approx Cerise. HEX triplet: D7, 30 and 5E. RGB value is (215,48,94). Sum of RGB (Red+Green+Blue) = 215+48+94=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7305E is #28CFA1. Grayscale: #676767. Windows color (decimal): -2674594 or 6172887. OLE color: 6172887.

HSL color Cylindrical-coordinate representation of color #D7305E: hue angle of 343.47º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7305E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2154894-
CMYK00.780.560.16
HSL343.47º67.61%51.57%-
HSV(B)343.47º77.67%84.31%-
XYZ31.117.3712.3-
YUV103.18122.83207.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.22%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=60.22%
G=13.45%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215489400.780.560.16343.4767.6151.57
HexD7305E04E38101574434
Octal327601360116702052710464
Binary11010111110000101111001001110111000100001010101111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7305E; }

 p { color: rgb(215,48,94); }

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

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

 a { background-color: rgb(215,48,94); }

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

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

 span { border-color: rgb(215,48,94); }

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