#D13D93

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

Shades of Deep Cerise #D13D93

Tints of Deep Cerise #D13D93

Color information

#D13D93 (or 0xD13D93) is unknown color: approx Deep Cerise. HEX triplet: D1, 3D and 93. RGB value is (209,61,147). Sum of RGB (Red+Green+Blue) = 209+61+147=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D93 is #2EC26C. Grayscale: #727272. Windows color (decimal): -3064429 or 9649617. OLE color: 9649617.

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

Color convert

RGB20961147-
CMYK00.710.300.18
HSL325.14º61.67%52.94%-
HSV(B)325.14º70.81%81.96%-
XYZ33.231929.52-
YUV115.06146.03195.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=50.12%
G=14.63%
B=35.25%

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
Decimal2096114700.710.300.18325.1461.6752.94
HexD13D930471E121453e35
Octal32175223010736225057665
Binary1101000111110110010011010001111111010010101000101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D93; }

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

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

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

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

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

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

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

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