#D9348D

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

Shades of Deep Cerise #D9348D

Tints of Deep Cerise #D9348D

Color information

#D9348D (or 0xD9348D) is unknown color: approx Deep Cerise. HEX triplet: D9, 34 and 8D. RGB value is (217,52,141). Sum of RGB (Red+Green+Blue) = 217+52+141=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9348D is #26CB72. Grayscale: #6F6F6F. Windows color (decimal): -2542451 or 9254105. OLE color: 9254105.

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

Color convert

RGB21752141-
CMYK00.760.350.15
HSL327.64º68.46%52.75%-
HSV(B)327.64º76.04%85.1%-
XYZ34.6519.1327.07-
YUV111.48144.66203.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.93%
GREEN value IS 52 (20.70% from 255) = 12.68%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=52.93%
G=12.68%
B=34.39%

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
Decimal2175214100.760.350.15327.6468.4652.75
HexD9348D04C23F1484435
Octal331642150114431751010465
Binary11011001110100100011010100110010001111111010010001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9348D; }

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

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

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

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

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

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

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

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