Html Css Color HEX #DD1084 Medium Violet Red

📋 copy color: '#DD1084'

red 221 ◦ green 16 ◦ blue 132

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

Shades of Medium Violet Red #DD1084

Tints of Medium Violet Red #DD1084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

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

R = 59.89%
G = 4.34%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD1084 (or 0xDD1084) is known color: Medium Violet Red. HEX triplet: DD, 10 and 84. RGB value is (221,16,132). Sum of RGB (Red+Green+Blue) = 221+16+132=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1084 is #22EF7B. Grayscale: #5A5A5A. Windows color (decimal): -2289532 or 8655069. OLE color: 8655069.

HSL color Cylindrical-coordinate representation of color #DD1084: hue angle of 326.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1084 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 132 -
CMYK 0 0.93 0.40 0.13
HSL 326.05º 0.86% 0.46% -
HSV(B) 326.05º 0.93% 0.87% -
XYZ 34.17 17.41 23.39 -
YUV 90.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 221 16 132 0 0.93 0.40 0.13 326.05 0.86 0.46
Hex DD 10 84 0 5D 28 D 146 56 2E
Octal 335 20 204 0 135 50 15 506 126 56
Binary 11011101 10000 10000100 0 1011101 101000 1101 101000110 1010110 101110

Color Harmonies of #DD1084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1084

Black with #DD1084

Text Example


Text Example

White with #DD1084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1084; }

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

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

background-color css

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

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

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

border-color css

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

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

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