#D1278D

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

Shades of Deep Cerise #D1278D

Tints of Deep Cerise #D1278D

Color information

#D1278D (or 0xD1278D) is unknown color: approx Deep Cerise. HEX triplet: D1, 27 and 8D. RGB value is (209,39,141). Sum of RGB (Red+Green+Blue) = 209+39+141=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1278D is #2ED872. Grayscale: #656565. Windows color (decimal): -3070067 or 9250769. OLE color: 9250769.

HSL color Cylindrical-coordinate representation of color #D1278D: hue angle of 324º 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 #D1278D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20939141-
CMYK00.810.330.18
HSL324º68.55%48.63%-
HSV(B)324º81.34%81.96%-
XYZ31.8316.9326.79-
YUV101.46150.32204.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 39 (15.62% from 255) = 10.03%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=53.73%
G=10.03%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093914100.810.330.1832468.5548.63
HexD1278D05121121444531
Octal321472150121412250410561
Binary110100011001111000110101010001100001100101010001001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1278D; }

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

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

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

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

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

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

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

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