Html Css Color HEX #DD1094 Medium Violet Red

📋 copy color: '#DD1094'

red 221 ◦ green 16 ◦ blue 148

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

Shades of Medium Violet Red #DD1094

Tints of Medium Violet Red #DD1094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 57.4%
G = 4.16%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD1094 (or 0xDD1094) is known color: Medium Violet Red. HEX triplet: DD, 10 and 94. RGB value is (221,16,148). Sum of RGB (Red+Green+Blue) = 221+16+148=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1094 is #22EF6B. Grayscale: #5C5C5C. Windows color (decimal): -2289516 or 9703645. OLE color: 9703645.

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

Color convert

RGB 221 16 148 -
CMYK 0 0.93 0.33 0.13
HSL 321.37º 0.86% 0.46% -
HSV(B) 321.37º 0.93% 0.87% -
XYZ 35.35 17.88 29.61 -
YUV 92.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 221 16 148 0 0.93 0.33 0.13 321.37 0.86 0.46
Hex DD 10 94 0 5D 21 D 141 56 2E
Octal 335 20 224 0 135 41 15 501 126 56
Binary 11011101 10000 10010100 0 1011101 100001 1101 101000001 1010110 101110

Color Harmonies of #DD1094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1094

Black with #DD1094

Text Example


Text Example

White with #DD1094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1094; }

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

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

background-color css

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

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

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

border-color css

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

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

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