#D13E7A

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

Shades of Deep Cerise #D13E7A

Tints of Deep Cerise #D13E7A

Color information

#D13E7A (or 0xD13E7A) is unknown color: approx Deep Cerise. HEX triplet: D1, 3E and 7A. RGB value is (209,62,122). Sum of RGB (Red+Green+Blue) = 209+62+122=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E7A is #2EC185. Grayscale: #707070. Windows color (decimal): -3064198 or 8011473. OLE color: 8011473.

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

Color convert

RGB20962122-
CMYK00.700.420.18
HSL335.51º61.51%53.14%-
HSV(B)335.51º70.33%81.96%-
XYZ31.5318.4120.3-
YUV112.79133.2196.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 62 (24.61% from 255) = 15.78%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=53.18%
G=15.78%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096212200.700.420.18335.5161.5153.14
HexD13E7A0462A121503e35
Octal32176172010652225207665
Binary1101000111111011110100100011010101010010101010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E7A; }

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

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

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

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

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

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

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

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