#D63992

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

Shades of Deep Cerise #D63992

Tints of Deep Cerise #D63992

Color information

#D63992 (or 0xD63992) is unknown color: approx Deep Cerise. HEX triplet: D6, 39 and 92. RGB value is (214,57,146). Sum of RGB (Red+Green+Blue) = 214+57+146=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D63992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63992 is #29C66D. Grayscale: #717171. Windows color (decimal): -2737774 or 9583062. OLE color: 9583062.

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

Color convert

RGB21457146-
CMYK00.730.320.16
HSL325.99º65.69%53.14%-
HSV(B)325.99º73.36%83.92%-
XYZ34.3819.329.11-
YUV114.09146.01199.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 57 (22.66% from 255) = 13.67%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=51.32%
G=13.67%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145714600.730.320.16325.9965.6953.14
HexD6399204920101464235
Octal326712220111402050610265
Binary110101101110011001001001001001100000100001010001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63992; }

 p { color: rgb(214,57,146); }

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

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

 a { background-color: rgb(214,57,146); }

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

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

 span { border-color: rgb(214,57,146); }

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