#d9359b

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

Shades of Deep Cerise #D9359B

Tints of Deep Cerise #D9359B

Color information

#D9359B (or 0xD9359B) is unknown color: approx Deep Cerise. HEX triplet: D9, 35 and 9B. RGB value is (217,53,155). Sum of RGB (Red+Green+Blue) = 217+53+155=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9359B is #26CA64. Grayscale: #717171. Windows color (decimal): -2542181 or 10171865. OLE color: 10171865.

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

Color convert

RGB21753155-
CMYK00.760.290.15
HSL322.68º68.33%52.94%-
HSV(B)322.68º75.58%85.1%-
XYZ35.819.6632.92-
YUV113.66151.33201.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=51.06%
G=12.47%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175315500.760.290.15322.6868.3352.94
HexD9359B04C1DF1434435
Octal331652330114351750310465
Binary1101100111010110011011010011001110111111010000111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9359b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9359b; }

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

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

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

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

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

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

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

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