#D13A92

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

Shades of Deep Cerise #D13A92

Tints of Deep Cerise #D13A92

Color information

#D13A92 (or 0xD13A92) is unknown color: approx Deep Cerise. HEX triplet: D1, 3A and 92. RGB value is (209,58,146). Sum of RGB (Red+Green+Blue) = 209+58+146=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A92 is #2EC56D. Grayscale: #707070. Windows color (decimal): -3065198 or 9583313. OLE color: 9583313.

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

Color convert

RGB20958146-
CMYK00.720.300.18
HSL325.03º62.14%52.35%-
HSV(B)325.03º72.25%81.96%-
XYZ3318.6629.06-
YUV113.18146.53196.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=50.61%
G=14.04%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095814600.720.300.18325.0362.1452.35
HexD13A920481E121453e34
Octal32172222011036225057664
Binary1101000111101010010010010010001111010010101000101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A92; }

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

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

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

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

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

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

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

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