#DD037D

Color #DD037D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DD037D

Tints of Medium Violet Red #DD037D

Color information

#DD037D (or 0xDD037D) is unknown color: approx Medium Violet Red. HEX triplet: DD, 03 and 7D. RGB value is (221,3,125). Sum of RGB (Red+Green+Blue) = 221+3+125=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD037D is #22FC82. Grayscale: #515151. Windows color (decimal): -2292867 or 8192989. OLE color: 8192989.

HSL color Cylindrical-coordinate representation of color #DD037D: hue angle of 326.42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD037D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB2213125-
CMYK00.990.430.13
HSL326.42º97.32%43.92%-
HSV(B)326.42º98.64%86.67%-
XYZ33.5516.9220.9-
YUV82.09152.22227.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.32%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=63.32%
G=0.86%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221312500.990.430.13326.4297.3243.92
HexDD37D0632BD146612c
Octal33531750143531550614154
Binary110111011111111010110001110101111011010001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD037D; }

 p { color: rgb(221,3,125); }

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

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

 a { background-color: rgb(221,3,125); }

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

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

 span { border-color: rgb(221,3,125); }

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