#D13A7A

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

Shades of Deep Cerise #D13A7A

Tints of Deep Cerise #D13A7A

Color information

#D13A7A (or 0xD13A7A) is unknown color: approx Deep Cerise. HEX triplet: D1, 3A and 7A. RGB value is (209,58,122). Sum of RGB (Red+Green+Blue) = 209+58+122=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A7A is #2EC585. Grayscale: #6E6E6E. Windows color (decimal): -3065222 or 8010449. OLE color: 8010449.

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

Color convert

RGB20958122-
CMYK00.720.420.18
HSL334.57º62.14%52.35%-
HSV(B)334.57º72.25%81.96%-
XYZ31.3217.9920.23-
YUV110.44134.53198.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.73%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=53.73%
G=14.91%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095812200.720.420.18334.5762.1452.35
HexD13A7A0482A1214f3e34
Octal32172172011052225177664
Binary1101000111101011110100100100010101010010101001111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A7A; }

 p { color: rgb(209,58,122); }

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

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

 a { background-color: rgb(209,58,122); }

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

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

 span { border-color: rgb(209,58,122); }

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