#D8348F

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

Shades of Deep Cerise #D8348F

Tints of Deep Cerise #D8348F

Color information

#D8348F (or 0xD8348F) is unknown color: approx Deep Cerise. HEX triplet: D8, 34 and 8F. RGB value is (216,52,143). Sum of RGB (Red+Green+Blue) = 216+52+143=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8348F is #27CB70. Grayscale: #6F6F6F. Windows color (decimal): -2607985 or 9385176. OLE color: 9385176.

HSL color Cylindrical-coordinate representation of color #D8348F: hue angle of 326.71º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8348F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21652143-
CMYK00.760.340.15
HSL326.71º67.77%52.55%-
HSV(B)326.71º75.93%84.71%-
XYZ34.519.0427.84-
YUV111.41145.83202.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=52.55%
G=12.65%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165214300.760.340.15326.7167.7752.55
HexD8348F04C22F1474435
Octal330642170114421750710465
Binary11011000110100100011110100110010001011111010001111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8348F; }

 p { color: rgb(216,52,143); }

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

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

 a { background-color: rgb(216,52,143); }

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

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

 span { border-color: rgb(216,52,143); }

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