Html Css Color HEX #DD0486 Medium Violet Red

📋 copy color: '#DD0486'

red 221 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #DD0486

Tints of Medium Violet Red #DD0486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 61.56%
G = 1.11%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD0486 (or 0xDD0486) is known color: Medium Violet Red. HEX triplet: DD, 04 and 86. RGB value is (221,4,134). Sum of RGB (Red+Green+Blue) = 221+4+134=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0486 is #22FB79. Grayscale: #535353. Windows color (decimal): -2292602 or 8783069. OLE color: 8783069.

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

Color convert

RGB 221 4 134 -
CMYK 0 0.98 0.39 0.13
HSL 324.06º 0.96% 0.44% -
HSV(B) 324.06º 0.98% 0.87% -
XYZ 34.17 17.18 24.07 -
YUV 83.7 156.39 225.93 -
System Red Green Blue C M Y K H S L
Decimal 221 4 134 0 0.98 0.39 0.13 324.06 0.96 0.44
Hex DD 4 86 0 62 27 D 144 60 2C
Octal 335 4 206 0 142 47 15 504 140 54
Binary 11011101 100 10000110 0 1100010 100111 1101 101000100 1100000 101100

Color Harmonies of #DD0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0486

Black with #DD0486

Text Example


Text Example

White with #DD0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0486; }

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

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

background-color css

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

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

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

border-color css

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

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

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