#D13A9A

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

Shades of Deep Cerise #D13A9A

Tints of Deep Cerise #D13A9A

Color information

#D13A9A (or 0xD13A9A) is unknown color: approx Deep Cerise. HEX triplet: D1, 3A and 9A. RGB value is (209,58,154). Sum of RGB (Red+Green+Blue) = 209+58+154=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A9A is #2EC565. Grayscale: #717171. Windows color (decimal): -3065190 or 10107601. OLE color: 10107601.

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

Color convert

RGB20958154-
CMYK00.720.260.18
HSL321.85º62.14%52.35%-
HSV(B)321.85º72.25%81.96%-
XYZ33.6418.9132.45-
YUV114.09150.53195.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 58 (23.05% from 255) = 13.78%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=49.64%
G=13.78%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095815400.720.260.18321.8562.1452.35
HexD13A9A0481A121423e34
Octal32172232011032225027664
Binary1101000111101010011010010010001101010010101000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13A9A; }

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

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

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

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

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

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

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

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