#D9355D

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

Shades of Cerise #D9355D

Tints of Cerise #D9355D

Color information

#D9355D (or 0xD9355D) is unknown color: approx Cerise. HEX triplet: D9, 35 and 5D. RGB value is (217,53,93). Sum of RGB (Red+Green+Blue) = 217+53+93=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9355D is #26CAA2. Grayscale: #6A6A6A. Windows color (decimal): -2542243 or 6108633. OLE color: 6108633.

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

Color convert

RGB2175393-
CMYK00.760.570.15
HSL345.37º68.33%52.94%-
HSV(B)345.37º75.58%85.1%-
XYZ31.8618.0912.17-
YUV106.6120.33206.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.78%
GREEN value IS 53 (21.09% from 255) = 14.60%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=59.78%
G=14.60%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217539300.760.570.15345.3768.3352.94
HexD9355D04C39F1594435
Octal331651350114711753110465
Binary1101100111010110111010100110011100111111010110011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9355D; }

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

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

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

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

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

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

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

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