#D6378D

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

Shades of Deep Cerise #D6378D

Tints of Deep Cerise #D6378D

Color information

#D6378D (or 0xD6378D) is unknown color: approx Deep Cerise. HEX triplet: D6, 37 and 8D. RGB value is (214,55,141). Sum of RGB (Red+Green+Blue) = 214+55+141=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6378D is #29C872. Grayscale: #707070. Windows color (decimal): -2738291 or 9254870. OLE color: 9254870.

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

Color convert

RGB21455141-
CMYK00.740.340.16
HSL327.55º65.98%52.75%-
HSV(B)327.55º74.3%83.92%-
XYZ33.9118.9527.07-
YUV112.34144.18200.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 55 (21.88% from 255) = 13.41%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=52.20%
G=13.41%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145514100.740.340.16327.5565.9852.75
HexD6378D04A22101484235
Octal326672150112422051010265
Binary110101101101111000110101001010100010100001010010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6378D; }

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

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

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

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

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

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

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

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