#D1388F

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

Shades of Deep Cerise #D1388F

Tints of Deep Cerise #D1388F

Color information

#D1388F (or 0xD1388F) is unknown color: approx Deep Cerise. HEX triplet: D1, 38 and 8F. RGB value is (209,56,143). Sum of RGB (Red+Green+Blue) = 209+56+143=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1388F is #2EC770. Grayscale: #6F6F6F. Windows color (decimal): -3065713 or 9386193. OLE color: 9386193.

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

Color convert

RGB20956143-
CMYK00.730.320.18
HSL325.88º62.45%51.96%-
HSV(B)325.88º73.21%81.96%-
XYZ32.6718.3727.81-
YUV111.66145.69197.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 56 (22.27% from 255) = 13.73%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=51.23%
G=13.73%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095614300.730.320.18325.8862.4551.96
HexD1388F04920121463e34
Octal32170217011140225067664
Binary11010001111000100011110100100110000010010101000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1388F; }

 p { color: rgb(209,56,143); }

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

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

 a { background-color: rgb(209,56,143); }

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

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

 span { border-color: rgb(209,56,143); }

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