#d1307c

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

Shades of Deep Cerise #D1307C

Tints of Deep Cerise #D1307C

Color information

#D1307C (or 0xD1307C) is unknown color: approx Deep Cerise. HEX triplet: D1, 30 and 7C. RGB value is (209,48,124). Sum of RGB (Red+Green+Blue) = 209+48+124=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1307C is #2ECF83. Grayscale: #686868. Windows color (decimal): -3067780 or 8138961. OLE color: 8138961.

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

Color convert

RGB20948124-
CMYK00.770.410.18
HSL331.68º63.64%50.39%-
HSV(B)331.68º77.03%81.96%-
XYZ30.9917.1220.74-
YUV104.8138.84202.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=54.86%
G=12.60%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094812400.770.410.18331.6863.6450.39
HexD1307C04D291214c4032
Octal321601740115512251410062
Binary11010001110000111110001001101101001100101010011001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1307c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1307c; }

 p { color: rgb(209,48,124); }

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

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

 a { background-color: rgb(209,48,124); }

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

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

 span { border-color: rgb(209,48,124); }

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