#D1377E

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

Shades of Deep Cerise #D1377E

Tints of Deep Cerise #D1377E

Color information

#D1377E (or 0xD1377E) is unknown color: approx Deep Cerise. HEX triplet: D1, 37 and 7E. RGB value is (209,55,126). Sum of RGB (Red+Green+Blue) = 209+55+126=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377E is #2EC881. Grayscale: #6D6D6D. Windows color (decimal): -3065986 or 8271825. OLE color: 8271825.

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

Color convert

RGB20955126-
CMYK00.740.400.18
HSL332.34º62.6%51.76%-
HSV(B)332.34º73.68%81.96%-
XYZ31.4317.7921.52-
YUV109.14137.52199.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.59%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=53.59%
G=14.10%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095512600.740.400.18332.3462.651.76
HexD1377E04A281214c3f34
Octal32167176011250225147764
Binary1101000111011111111100100101010100010010101001100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1377E; }

 p { color: rgb(209,55,126); }

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

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

 a { background-color: rgb(209,55,126); }

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

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

 span { border-color: rgb(209,55,126); }

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