#D9396C

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

Shades of Cerise #D9396C

Tints of Cerise #D9396C

Color information

#D9396C (or 0xD9396C) is unknown color: approx Cerise. HEX triplet: D9, 39 and 6C. RGB value is (217,57,108). Sum of RGB (Red+Green+Blue) = 217+57+108=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D9396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9396C is #26C693. Grayscale: #6E6E6E. Windows color (decimal): -2541204 or 7092697. OLE color: 7092697.

HSL color Cylindrical-coordinate representation of color #D9396C: hue angle of 340.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 #D9396C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB21757108-
CMYK00.740.500.15
HSL340.88º67.8%53.73%-
HSV(B)340.88º73.73%85.1%-
XYZ32.7918.7616.08-
YUV110.65126.51203.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.81%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=56.81%
G=14.92%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175710800.740.500.15340.8867.853.73
HexD9396C04A32F1554436
Octal331711540112621752510466
Binary1101100111100111011000100101011001011111010101011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9396C; }

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

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

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

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

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

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

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

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