#D63396

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

Shades of Deep Cerise #D63396

Tints of Deep Cerise #D63396

Color information

#D63396 (or 0xD63396) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 96. RGB value is (214,51,150). Sum of RGB (Red+Green+Blue) = 214+51+150=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D63396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63396 is #29CC69. Grayscale: #6E6E6E. Windows color (decimal): -2739306 or 9843670. OLE color: 9843670.

HSL color Cylindrical-coordinate representation of color #D63396: hue angle of 323.56º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63396 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21451150-
CMYK00.760.300.16
HSL323.56º66.53%51.96%-
HSV(B)323.56º76.17%83.92%-
XYZ34.4218.8730.68-
YUV111.02150201.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 51 (20.31% from 255) = 12.29%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=51.57%
G=12.29%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145115000.760.300.16323.5666.5351.96
HexD6339604C1E101444334
Octal326632260114362050410364
Binary11010110110011100101100100110011110100001010001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63396; }

 p { color: rgb(214,51,150); }

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

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

 a { background-color: rgb(214,51,150); }

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

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

 span { border-color: rgb(214,51,150); }

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