#D9356C

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

Shades of Cerise #D9356C

Tints of Cerise #D9356C

Color information

#D9356C (or 0xD9356C) is unknown color: approx Cerise. HEX triplet: D9, 35 and 6C. RGB value is (217,53,108). Sum of RGB (Red+Green+Blue) = 217+53+108=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9356C is #26CA93. Grayscale: #6C6C6C. Windows color (decimal): -2542228 or 7091673. OLE color: 7091673.

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

Color convert

RGB21753108-
CMYK00.760.500.15
HSL339.88º68.33%52.94%-
HSV(B)339.88º75.58%85.1%-
XYZ32.618.3816.02-
YUV108.31127.83205.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.41%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=57.41%
G=14.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175310800.760.500.15339.8868.3352.94
HexD9356C04C32F1544435
Octal331651540114621752410465
Binary1101100111010111011000100110011001011111010101001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9356C; }

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

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

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

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

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

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

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

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