Html Css Color HEX #DD037C Medium Violet Red

📋 copy color: '#DD037C'

red 221 ◦ green 3 ◦ blue 124

#DD037C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #DD037C

Tints of Medium Violet Red #DD037C

RGB

 RED value IS 221 (86.72% from 255) = 63.51%

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 63.51%
G = 0.86%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD037C (or 0xDD037C) is known color: Medium Violet Red. HEX triplet: DD, 03 and 7C. RGB value is (221,3,124). Sum of RGB (Red+Green+Blue) = 221+3+124=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD037C is #22FC83. Grayscale: #515151. Windows color (decimal): -2292868 or 8127453. OLE color: 8127453.

HSL color Cylindrical-coordinate representation of color #DD037C: hue angle of 326.7º 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 #DD037C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 124 -
CMYK 0 0.99 0.44 0.13
HSL 326.7º 0.97% 0.44% -
HSV(B) 326.7º 0.99% 0.87% -
XYZ 33.49 16.89 20.56 -
YUV 81.98 151.72 227.16 -
System Red Green Blue C M Y K H S L
Decimal 221 3 124 0 0.99 0.44 0.13 326.7 0.97 0.44
Hex DD 3 7C 0 63 2C D 147 61 2C
Octal 335 3 174 0 143 54 15 507 141 54
Binary 11011101 11 1111100 0 1100011 101100 1101 101000111 1100001 101100

Color Harmonies of #DD037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD037C

Black with #DD037C

Text Example


Text Example

White with #DD037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD037C; }

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

 H1.HeaderClassName
 {
   color: #DD037C;
 }
 .AnyTagClassName
 {
   color: #DD037C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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