#D9356D

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

Shades of Cerise #D9356D

Tints of Cerise #D9356D

Color information

#D9356D (or 0xD9356D) is unknown color: approx Cerise. HEX triplet: D9, 35 and 6D. RGB value is (217,53,109). Sum of RGB (Red+Green+Blue) = 217+53+109=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9356D is #26CA92. Grayscale: #6C6C6C. Windows color (decimal): -2542227 or 7157209. OLE color: 7157209.

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

Color convert

RGB21753109-
CMYK00.760.500.15
HSL339.51º68.33%52.94%-
HSV(B)339.51º75.58%85.1%-
XYZ32.6518.416.3-
YUV108.42128.33205.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=57.26%
G=13.98%
B=28.76%

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
Decimal2175310900.760.500.15339.5168.3352.94
HexD9356D04C32F1544435
Octal331651550114621752410465
Binary1101100111010111011010100110011001011111010101001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9356D; }

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

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

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

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

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

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

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

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