#d1278e

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

Shades of Deep Cerise #D1278E

Tints of Deep Cerise #D1278E

Color information

#D1278E (or 0xD1278E) is unknown color: approx Deep Cerise. HEX triplet: D1, 27 and 8E. RGB value is (209,39,142). Sum of RGB (Red+Green+Blue) = 209+39+142=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1278E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1278E is #2ED871. Grayscale: #656565. Windows color (decimal): -3070066 or 9316305. OLE color: 9316305.

HSL color Cylindrical-coordinate representation of color #D1278E: hue angle of 323.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1278E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20939142-
CMYK00.810.320.18
HSL323.65º68.55%48.63%-
HSV(B)323.65º81.34%81.96%-
XYZ31.916.9627.18-
YUV101.57150.82204.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.59%
GREEN value IS 39 (15.62% from 255) = 10%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=53.59%
G=10%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093914200.810.320.18323.6568.5548.63
HexD1278E05120121444531
Octal321472160121402250410561
Binary110100011001111000111001010001100000100101010001001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1278e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1278e; }

 p { color: rgb(209,39,142); }

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

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

 a { background-color: rgb(209,39,142); }

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

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

 span { border-color: rgb(209,39,142); }

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