#D9398C

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

Shades of Deep Cerise #D9398C

Tints of Deep Cerise #D9398C

Color information

#D9398C (or 0xD9398C) is unknown color: approx Deep Cerise. HEX triplet: D9, 39 and 8C. RGB value is (217,57,140). Sum of RGB (Red+Green+Blue) = 217+57+140=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9398C is #26C673. Grayscale: #727272. Windows color (decimal): -2541172 or 9189849. OLE color: 9189849.

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

Color convert

RGB21757140-
CMYK00.740.350.15
HSL328.88º67.8%53.73%-
HSV(B)328.88º73.73%85.1%-
XYZ34.8119.5726.75-
YUV114.3142.51201.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 57 (22.66% from 255) = 13.77%
BLUE value IS 140 (55.08% from 255) = 33.82%
R=52.42%
G=13.77%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175714000.740.350.15328.8867.853.73
HexD9398C04A23F1494436
Octal331712140112431751110466
Binary11011001111001100011000100101010001111111010010011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9398C; }

 p { color: rgb(217,57,140); }

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

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

 a { background-color: rgb(217,57,140); }

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

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

 span { border-color: rgb(217,57,140); }

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