#D63394

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

Shades of Deep Cerise #D63394

Tints of Deep Cerise #D63394

Color information

#D63394 (or 0xD63394) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 94. RGB value is (214,51,148). Sum of RGB (Red+Green+Blue) = 214+51+148=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63394 is #29CC6B. Grayscale: #6E6E6E. Windows color (decimal): -2739308 or 9712598. OLE color: 9712598.

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

Color convert

RGB21451148-
CMYK00.760.310.16
HSL324.29º66.53%51.96%-
HSV(B)324.29º76.17%83.92%-
XYZ34.2618.829.84-
YUV110.8149201.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=51.82%
G=12.35%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145114800.760.310.16324.2966.5351.96
HexD6339404C1F101444334
Octal326632240114372050410364
Binary11010110110011100101000100110011111100001010001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63394; }

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

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

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

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

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

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

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

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