#D7358E

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

Shades of Deep Cerise #D7358E

Tints of Deep Cerise #D7358E

Color information

#D7358E (or 0xD7358E) is unknown color: approx Deep Cerise. HEX triplet: D7, 35 and 8E. RGB value is (215,53,142). Sum of RGB (Red+Green+Blue) = 215+53+142=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7358E is #28CA71. Grayscale: #6F6F6F. Windows color (decimal): -2673266 or 9319895. OLE color: 9319895.

HSL color Cylindrical-coordinate representation of color #D7358E: hue angle of 327.04º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7358E is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21553142-
CMYK00.750.340.16
HSL327.04º66.94%52.55%-
HSV(B)327.04º75.35%84.31%-
XYZ34.1818.9527.45-
YUV111.58145.17201.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.44%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=52.44%
G=12.93%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155314200.750.340.16327.0466.9452.55
HexD7358E04B22101474335
Octal327652160113422050710365
Binary110101111101011000111001001011100010100001010001111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7358E; }

 p { color: rgb(215,53,142); }

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

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

 a { background-color: rgb(215,53,142); }

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

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

 span { border-color: rgb(215,53,142); }

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