Html Css Color HEX #DD047D Medium Violet Red

📋 copy color: '#DD047D'

red 221 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #DD047D

Tints of Medium Violet Red #DD047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 63.14%
G = 1.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD047D (or 0xDD047D) is known color: Medium Violet Red. HEX triplet: DD, 04 and 7D. RGB value is (221,4,125). Sum of RGB (Red+Green+Blue) = 221+4+125=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD047D is #22FB82. Grayscale: #525252. Windows color (decimal): -2292611 or 8193245. OLE color: 8193245.

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

Color convert

RGB 221 4 125 -
CMYK 0 0.98 0.43 0.13
HSL 326.54º 0.96% 0.44% -
HSV(B) 326.54º 0.98% 0.87% -
XYZ 33.56 16.94 20.9 -
YUV 82.68 151.89 226.66 -
System Red Green Blue C M Y K H S L
Decimal 221 4 125 0 0.98 0.43 0.13 326.54 0.96 0.44
Hex DD 4 7D 0 62 2B D 147 60 2C
Octal 335 4 175 0 142 53 15 507 140 54
Binary 11011101 100 1111101 0 1100010 101011 1101 101000111 1100000 101100

Color Harmonies of #DD047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD047D

Black with #DD047D

Text Example


Text Example

White with #DD047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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