#D63390

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

Shades of Deep Cerise #D63390

Tints of Deep Cerise #D63390

Color information

#D63390 (or 0xD63390) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 90. RGB value is (214,51,144). Sum of RGB (Red+Green+Blue) = 214+51+144=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D63390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63390 is #29CC6F. Grayscale: #6E6E6E. Windows color (decimal): -2739312 or 9450454. OLE color: 9450454.

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

Color convert

RGB21451144-
CMYK00.760.330.16
HSL325.77º66.53%51.96%-
HSV(B)325.77º76.17%83.92%-
XYZ33.9518.6828.2-
YUV110.34147201.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=52.32%
G=12.47%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145114400.760.330.16325.7766.5351.96
HexD6339004C21101464334
Octal326632200114412050610364
Binary110101101100111001000001001100100001100001010001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63390; }

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

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

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

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

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

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

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

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