#D93362

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

Shades of Cerise #D93362

Tints of Cerise #D93362

Color information

#D93362 (or 0xD93362) is unknown color: approx Cerise. HEX triplet: D9, 33 and 62. RGB value is (217,51,98). Sum of RGB (Red+Green+Blue) = 217+51+98=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D93362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93362 is #26CC9D. Grayscale: #696969. Windows color (decimal): -2542750 or 6435801. OLE color: 6435801.

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

Color convert

RGB2175198-
CMYK00.760.550.15
HSL343.01º68.6%52.55%-
HSV(B)343.01º76.5%85.1%-
XYZ321813.34-
YUV105.99123.5207.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.29%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=59.29%
G=13.93%
B=26.78%

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
Decimal217519800.760.550.15343.0168.652.55
HexD9336204C37F1574535
Octal331631420114671752710565
Binary1101100111001111000100100110011011111111010101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93362; }

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

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

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

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

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

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

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

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