#D9355F

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

Shades of Cerise #D9355F

Tints of Cerise #D9355F

Color information

#D9355F (or 0xD9355F) is unknown color: approx Cerise. HEX triplet: D9, 35 and 5F. RGB value is (217,53,95). Sum of RGB (Red+Green+Blue) = 217+53+95=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9355F is #26CAA0. Grayscale: #6A6A6A. Windows color (decimal): -2542241 or 6239705. OLE color: 6239705.

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

Color convert

RGB2175395-
CMYK00.760.560.15
HSL344.63º68.33%52.94%-
HSV(B)344.63º75.58%85.1%-
XYZ31.9518.1212.64-
YUV106.82121.33206.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.45%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=59.45%
G=14.52%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217539500.760.560.15344.6368.3352.94
HexD9355F04C38F1594435
Octal331651370114701753110465
Binary1101100111010110111110100110011100011111010110011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9355F; }

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

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

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

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

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

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

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

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