#D9335D

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

Shades of Cerise #D9335D

Tints of Cerise #D9335D

Color information

#D9335D (or 0xD9335D) is unknown color: approx Cerise. HEX triplet: D9, 33 and 5D. RGB value is (217,51,93). Sum of RGB (Red+Green+Blue) = 217+51+93=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9335D is #26CCA2. Grayscale: #696969. Windows color (decimal): -2542755 or 6108121. OLE color: 6108121.

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

Color convert

RGB2175193-
CMYK00.760.570.15
HSL344.82º68.6%52.55%-
HSV(B)344.82º76.5%85.1%-
XYZ31.7717.9112.14-
YUV105.42121207.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.11%
GREEN value IS 51 (20.31% from 255) = 14.13%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=60.11%
G=14.13%
B=25.76%

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
Decimal217519300.760.570.15344.8268.652.55
HexD9335D04C39F1594535
Octal331631350114711753110565
Binary1101100111001110111010100110011100111111010110011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9335D; }

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

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

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

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

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

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

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

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