Html Css Color HEX #DD0184 Medium Violet Red

📋 copy color: '#DD0184'

red 221 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #DD0184

Tints of Medium Violet Red #DD0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 62.43%
G = 0.28%
B = 37.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD0184 (or 0xDD0184) is known color: Medium Violet Red. HEX triplet: DD, 01 and 84. RGB value is (221,1,132). Sum of RGB (Red+Green+Blue) = 221+1+132=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0184 is #22FE7B. Grayscale: #515151. Windows color (decimal): -2293372 or 8651229. OLE color: 8651229.

HSL color Cylindrical-coordinate representation of color #DD0184: hue angle of 324.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0184 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 132 -
CMYK 0 1.00 0.40 0.13
HSL 324.27º 0.99% 0.44% -
HSV(B) 324.27º 1% 0.87% -
XYZ 33.99 17.06 23.33 -
YUV 81.71 156.39 227.35 -
System Red Green Blue C M Y K H S L
Decimal 221 1 132 0 1.00 0.40 0.13 324.27 0.99 0.44
Hex DD 1 84 0 64 28 D 144 63 2C
Octal 335 1 204 0 144 50 15 504 143 54
Binary 11011101 1 10000100 0 1100100 101000 1101 101000100 1100011 101100

Color Harmonies of #DD0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0184

Black with #DD0184

Text Example


Text Example

White with #DD0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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