#D1319E

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

Shades of Deep Cerise #D1319E

Tints of Deep Cerise #D1319E

Color information

#D1319E (or 0xD1319E) is unknown color: approx Deep Cerise. HEX triplet: D1, 31 and 9E. RGB value is (209,49,158). Sum of RGB (Red+Green+Blue) = 209+49+158=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319E is #2ECE61. Grayscale: #6C6C6C. Windows color (decimal): -3067490 or 10367441. OLE color: 10367441.

HSL color Cylindrical-coordinate representation of color #D1319E: hue angle of 319.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1319E is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB20949158-
CMYK00.770.240.18
HSL319.12º63.49%50.59%-
HSV(B)319.12º76.56%81.96%-
XYZ33.5618.2234.1-
YUV109.27155.51199.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 49 (19.53% from 255) = 11.78%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=50.24%
G=11.78%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094915800.770.240.18319.1263.4950.59
HexD1319E04D181213f3f33
Octal32161236011530224777763
Binary1101000111000110011110010011011100010010100111111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1319E; }

 p { color: rgb(209,49,158); }

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

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

 a { background-color: rgb(209,49,158); }

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

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

 span { border-color: rgb(209,49,158); }

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