#d13d92

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

Shades of Deep Cerise #D13D92

Tints of Deep Cerise #D13D92

Color information

#D13D92 (or 0xD13D92) is unknown color: approx Deep Cerise. HEX triplet: D1, 3D and 92. RGB value is (209,61,146). Sum of RGB (Red+Green+Blue) = 209+61+146=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D92 is #2EC26D. Grayscale: #727272. Windows color (decimal): -3064430 or 9584081. OLE color: 9584081.

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

Color convert

RGB20961146-
CMYK00.710.300.18
HSL325.54º61.67%52.94%-
HSV(B)325.54º70.81%81.96%-
XYZ33.1518.9729.11-
YUV114.94145.53195.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=50.24%
G=14.66%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096114600.710.300.18325.5461.6752.94
HexD13D920471E121463e35
Octal32175222010736225067665
Binary1101000111110110010010010001111111010010101000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13d92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13d92; }

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

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

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

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

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

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

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

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