Html Css Color HEX #DD0484 Medium Violet Red

📋 copy color: '#DD0484'

red 221 ◦ green 4 ◦ blue 132

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

Shades of Medium Violet Red #DD0484

Tints of Medium Violet Red #DD0484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 61.9%
G = 1.12%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD0484 (or 0xDD0484) is known color: Medium Violet Red. HEX triplet: DD, 04 and 84. RGB value is (221,4,132). Sum of RGB (Red+Green+Blue) = 221+4+132=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0484 is #22FB7B. Grayscale: #535353. Windows color (decimal): -2292604 or 8651997. OLE color: 8651997.

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

Color convert

RGB 221 4 132 -
CMYK 0 0.98 0.40 0.13
HSL 324.61º 0.96% 0.44% -
HSV(B) 324.61º 0.98% 0.87% -
XYZ 34.03 17.12 23.34 -
YUV 83.48 155.39 226.09 -
System Red Green Blue C M Y K H S L
Decimal 221 4 132 0 0.98 0.40 0.13 324.61 0.96 0.44
Hex DD 4 84 0 62 28 D 145 60 2C
Octal 335 4 204 0 142 50 15 505 140 54
Binary 11011101 100 10000100 0 1100010 101000 1101 101000101 1100000 101100

Color Harmonies of #DD0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0484

Black with #DD0484

Text Example


Text Example

White with #DD0484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0484; }

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

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

background-color css

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

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

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

border-color css

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

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

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