#D9348E

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

Shades of Deep Cerise #D9348E

Tints of Deep Cerise #D9348E

Color information

#D9348E (or 0xD9348E) is unknown color: approx Deep Cerise. HEX triplet: D9, 34 and 8E. RGB value is (217,52,142). Sum of RGB (Red+Green+Blue) = 217+52+142=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9348E is #26CB71. Grayscale: #6F6F6F. Windows color (decimal): -2542450 or 9319641. OLE color: 9319641.

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

Color convert

RGB21752142-
CMYK00.760.350.15
HSL327.27º68.46%52.75%-
HSV(B)327.27º76.04%85.1%-
XYZ34.7319.1627.46-
YUV111.6145.16203.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.80%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=52.80%
G=12.65%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175214200.760.350.15327.2768.4652.75
HexD9348E04C23F1474435
Octal331642160114431750710465
Binary11011001110100100011100100110010001111111010001111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9348E; }

 p { color: rgb(217,52,142); }

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

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

 a { background-color: rgb(217,52,142); }

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

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

 span { border-color: rgb(217,52,142); }

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