Html Css Color HEX #DD1C9E Medium Violet Red

📋 copy color: '#DD1C9E'

red 221 ◦ green 28 ◦ blue 158

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

Shades of Medium Violet Red #DD1C9E

Tints of Medium Violet Red #DD1C9E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 54.3%
G = 6.88%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD1C9E (or 0xDD1C9E) is known color: Medium Violet Red. HEX triplet: DD, 1C and 9E. RGB value is (221,28,158). Sum of RGB (Red+Green+Blue) = 221+28+158=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C9E is #22E361. Grayscale: #646464. Windows color (decimal): -2286434 or 10362077. OLE color: 10362077.

HSL color Cylindrical-coordinate representation of color #DD1C9E: hue angle of 319.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C9E is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 28 158 -
CMYK 0 0.87 0.29 0.13
HSL 319.59º 0.78% 0.49% -
HSV(B) 319.59º 0.87% 0.87% -
XYZ 36.41 18.67 34.03 -
YUV 100.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 221 28 158 0 0.87 0.29 0.13 319.59 0.78 0.49
Hex DD 1C 9E 0 57 1D D 140 4E 31
Octal 335 34 236 0 127 35 15 500 116 61
Binary 11011101 11100 10011110 0 1010111 11101 1101 101000000 1001110 110001

Color Harmonies of #DD1C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C9E

Black with #DD1C9E

Text Example


Text Example

White with #DD1C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C9E; }

 p { color: rgb(221,28,158); }

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

background-color css

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

 a { background-color: rgb(221,28,158); }

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

border-color css

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

 span { border-color: rgb(221,28,158); }

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