Html Css Color HEX #DD047E Medium Violet Red

📋 copy color: '#DD047E'

red 221 ◦ green 4 ◦ blue 126

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

Shades of Medium Violet Red #DD047E

Tints of Medium Violet Red #DD047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 62.96%
G = 1.14%
B = 35.9%

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

#DD047E (or 0xDD047E) is known color: Medium Violet Red. HEX triplet: DD, 04 and 7E. RGB value is (221,4,126). Sum of RGB (Red+Green+Blue) = 221+4+126=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD047E is #22FB81. Grayscale: #525252. Windows color (decimal): -2292610 or 8258781. OLE color: 8258781.

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

Color convert

RGB 221 4 126 -
CMYK 0 0.98 0.43 0.13
HSL 326.27º 0.96% 0.44% -
HSV(B) 326.27º 0.98% 0.87% -
XYZ 33.63 16.97 21.24 -
YUV 82.79 152.39 226.58 -
System Red Green Blue C M Y K H S L
Decimal 221 4 126 0 0.98 0.43 0.13 326.27 0.96 0.44
Hex DD 4 7E 0 62 2B D 146 60 2C
Octal 335 4 176 0 142 53 15 506 140 54
Binary 11011101 100 1111110 0 1100010 101011 1101 101000110 1100000 101100

Color Harmonies of #DD047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD047E

Black with #DD047E

Text Example


Text Example

White with #DD047E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD047E; }

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

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

background-color css

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

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

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

border-color css

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

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

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