#D1379C

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

Shades of Deep Cerise #D1379C

Tints of Deep Cerise #D1379C

Color information

#D1379C (or 0xD1379C) is unknown color: approx Deep Cerise. HEX triplet: D1, 37 and 9C. RGB value is (209,55,156). Sum of RGB (Red+Green+Blue) = 209+55+156=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1379C is #2EC863. Grayscale: #707070. Windows color (decimal): -3065956 or 10237905. OLE color: 10237905.

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

Color convert

RGB20955156-
CMYK00.740.250.18
HSL320.65º62.6%51.76%-
HSV(B)320.65º73.68%81.96%-
XYZ33.6618.6933.29-
YUV112.56152.52196.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 55 (21.88% from 255) = 13.10%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=49.76%
G=13.10%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095515600.740.250.18320.6562.651.76
HexD1379C04A19121413f34
Octal32167234011231225017764
Binary1101000111011110011100010010101100110010101000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1379C; }

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

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

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

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

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

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

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

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