#D63684

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

Shades of Deep Cerise #D63684

Tints of Deep Cerise #D63684

Color information

#D63684 (or 0xD63684) is unknown color: approx Deep Cerise. HEX triplet: D6, 36 and 84. RGB value is (214,54,132). Sum of RGB (Red+Green+Blue) = 214+54+132=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D63684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63684 is #29C97B. Grayscale: #6E6E6E. Windows color (decimal): -2738556 or 8664790. OLE color: 8664790.

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

Color convert

RGB21454132-
CMYK00.750.380.16
HSL330.75º66.12%52.55%-
HSV(B)330.75º74.77%83.92%-
XYZ33.2218.623.67-
YUV110.73140.01201.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 132 (51.95% from 255) = 33%
R=53.5%
G=13.5%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145413200.750.380.16330.7566.1252.55
HexD6368404B261014b4235
Octal326662040113462051310265
Binary110101101101101000010001001011100110100001010010111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63684; }

 p { color: rgb(214,54,132); }

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

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

 a { background-color: rgb(214,54,132); }

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

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

 span { border-color: rgb(214,54,132); }

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