#D63983

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

Shades of Deep Cerise #D63983

Tints of Deep Cerise #D63983

Color information

#D63983 (or 0xD63983) is unknown color: approx Deep Cerise. HEX triplet: D6, 39 and 83. RGB value is (214,57,131). Sum of RGB (Red+Green+Blue) = 214+57+131=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D63983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63983 is #29C67C. Grayscale: #707070. Windows color (decimal): -2737789 or 8600022. OLE color: 8600022.

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

Color convert

RGB21457131-
CMYK00.730.390.16
HSL331.72º65.69%53.14%-
HSV(B)331.72º73.36%83.92%-
XYZ33.2918.8623.36-
YUV112.38138.51200.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=53.23%
G=14.18%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145713100.730.390.16331.7265.6953.14
HexD63983049271014c4235
Octal326712030111472051410265
Binary110101101110011000001101001001100111100001010011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63983; }

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

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

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

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

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

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

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

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