#D13693

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

Shades of Deep Cerise #D13693

Tints of Deep Cerise #D13693

Color information

#D13693 (or 0xD13693) is unknown color: approx Deep Cerise. HEX triplet: D1, 36 and 93. RGB value is (209,54,147). Sum of RGB (Red+Green+Blue) = 209+54+147=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13693 is #2EC96C. Grayscale: #6E6E6E. Windows color (decimal): -3066221 or 9647825. OLE color: 9647825.

HSL color Cylindrical-coordinate representation of color #D13693: hue angle of 324º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13693 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20954147-
CMYK00.740.300.18
HSL324º62.75%51.57%-
HSV(B)324º74.16%81.96%-
XYZ32.8818.329.4-
YUV110.95148.35197.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 54 (21.48% from 255) = 13.17%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=50.98%
G=13.17%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095414700.740.300.1832462.7551.57
HexD1369304A1E121443f34
Octal32166223011236225047764
Binary1101000111011010010011010010101111010010101000100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13693; }

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

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

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

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

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

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

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

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