#D63791

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

Shades of Deep Cerise #D63791

Tints of Deep Cerise #D63791

Color information

#D63791 (or 0xD63791) is unknown color: approx Deep Cerise. HEX triplet: D6, 37 and 91. RGB value is (214,55,145). Sum of RGB (Red+Green+Blue) = 214+55+145=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D63791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63791 is #29C86E. Grayscale: #707070. Windows color (decimal): -2738287 or 9517014. OLE color: 9517014.

HSL color Cylindrical-coordinate representation of color #D63791: hue angle of 326.04º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63791 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21455145-
CMYK00.740.320.16
HSL326.04º65.98%52.75%-
HSV(B)326.04º74.3%83.92%-
XYZ34.2119.0728.67-
YUV112.8146.18200.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 55 (21.88% from 255) = 13.29%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=51.69%
G=13.29%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145514500.740.320.16326.0465.9852.75
HexD6379104A20101464235
Octal326672210112402050610265
Binary110101101101111001000101001010100000100001010001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63791; }

 p { color: rgb(214,55,145); }

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

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

 a { background-color: rgb(214,55,145); }

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

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

 span { border-color: rgb(214,55,145); }

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