#D9335C

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

Shades of Cerise #D9335C

Tints of Cerise #D9335C

Color information

#D9335C (or 0xD9335C) is unknown color: approx Cerise. HEX triplet: D9, 33 and 5C. RGB value is (217,51,92). Sum of RGB (Red+Green+Blue) = 217+51+92=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9335C is #26CCA3. Grayscale: #696969. Windows color (decimal): -2542756 or 6042585. OLE color: 6042585.

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

Color convert

RGB2175192-
CMYK00.760.580.15
HSL345.18º68.6%52.55%-
HSV(B)345.18º76.5%85.1%-
XYZ31.7317.8911.91-
YUV105.31120.5207.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.28%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=60.28%
G=14.17%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217519200.760.580.15345.1868.652.55
HexD9335C04C3AF1594535
Octal331631340114721753110565
Binary1101100111001110111000100110011101011111010110011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9335C; }

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

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

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

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

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

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

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

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