#D93361

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

Shades of Cerise #D93361

Tints of Cerise #D93361

Color information

#D93361 (or 0xD93361) is unknown color: approx Cerise. HEX triplet: D9, 33 and 61. RGB value is (217,51,97). Sum of RGB (Red+Green+Blue) = 217+51+97=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D93361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93361 is #26CC9E. Grayscale: #696969. Windows color (decimal): -2542751 or 6370265. OLE color: 6370265.

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

Color convert

RGB2175197-
CMYK00.760.550.15
HSL343.37º68.6%52.55%-
HSV(B)343.37º76.5%85.1%-
XYZ31.9617.9813.1-
YUV105.88123207.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.45%
GREEN value IS 51 (20.31% from 255) = 13.97%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=59.45%
G=13.97%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217519700.760.550.15343.3768.652.55
HexD9336104C37F1574535
Octal331631410114671752710565
Binary1101100111001111000010100110011011111111010101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93361; }

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

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

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

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

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

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

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

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