#d13d85

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

Shades of Deep Cerise #D13D85

Tints of Deep Cerise #D13D85

Color information

#D13D85 (or 0xD13D85) is unknown color: approx Deep Cerise. HEX triplet: D1, 3D and 85. RGB value is (209,61,133). Sum of RGB (Red+Green+Blue) = 209+61+133=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D85 is #2EC27A. Grayscale: #717171. Windows color (decimal): -3064443 or 8732113. OLE color: 8732113.

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

Color convert

RGB20961133-
CMYK00.710.360.18
HSL330.81º61.67%52.94%-
HSV(B)330.81º70.81%81.96%-
XYZ32.218.5924.08-
YUV113.46139.03196.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.86%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=51.86%
G=15.14%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096113300.710.360.18330.8161.6752.94
HexD13D85047241214b3e35
Octal32175205010744225137665
Binary11010001111101100001010100011110010010010101001011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13d85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13d85; }

 p { color: rgb(209,61,133); }

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

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

 a { background-color: rgb(209,61,133); }

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

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

 span { border-color: rgb(209,61,133); }

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