#D13478

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

Shades of Deep Cerise #D13478

Tints of Deep Cerise #D13478

Color information

#D13478 (or 0xD13478) is unknown color: approx Deep Cerise. HEX triplet: D1, 34 and 78. RGB value is (209,52,120). Sum of RGB (Red+Green+Blue) = 209+52+120=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D13478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13478 is #2ECB87. Grayscale: #6A6A6A. Windows color (decimal): -3066760 or 7877841. OLE color: 7877841.

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

Color convert

RGB20952120-
CMYK00.750.430.18
HSL334.01º63.05%51.18%-
HSV(B)334.01º75.12%81.96%-
XYZ30.9117.3719.49-
YUV106.7135.51200.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.86%
GREEN value IS 52 (20.70% from 255) = 13.65%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=54.86%
G=13.65%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095212000.750.430.18334.0163.0551.18
HexD1347804B2B1214e3f33
Octal32164170011353225167763
Binary1101000111010011110000100101110101110010101001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13478; }

 p { color: rgb(209,52,120); }

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

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

 a { background-color: rgb(209,52,120); }

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

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

 span { border-color: rgb(209,52,120); }

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