#D7358F

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

Shades of Deep Cerise #D7358F

Tints of Deep Cerise #D7358F

Color information

#D7358F (or 0xD7358F) is unknown color: approx Deep Cerise. HEX triplet: D7, 35 and 8F. RGB value is (215,53,143). Sum of RGB (Red+Green+Blue) = 215+53+143=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7358F is #28CA70. Grayscale: #6F6F6F. Windows color (decimal): -2673265 or 9385431. OLE color: 9385431.

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

Color convert

RGB21553143-
CMYK00.750.330.16
HSL326.67º66.94%52.55%-
HSV(B)326.67º75.35%84.31%-
XYZ34.2618.9827.84-
YUV111.7145.67201.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.31%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=52.31%
G=12.90%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2155314300.750.330.16326.6766.9452.55
HexD7358F04B21101474335
Octal327652170113412050710365
Binary110101111101011000111101001011100001100001010001111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7358F; }

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

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

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

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

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

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

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

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