Html Css Color HEX #DD1783 Medium Violet Red

📋 copy color: '#DD1783'

red 221 ◦ green 23 ◦ blue 131

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

Shades of Medium Violet Red #DD1783

Tints of Medium Violet Red #DD1783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 131 (51.56% from 255) = 34.93%

R = 58.93%
G = 6.13%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1783 (or 0xDD1783) is known color: Medium Violet Red. HEX triplet: DD, 17 and 83. RGB value is (221,23,131). Sum of RGB (Red+Green+Blue) = 221+23+131=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1783 is #22E87C. Grayscale: #5E5E5E. Windows color (decimal): -2287741 or 8591325. OLE color: 8591325.

HSL color Cylindrical-coordinate representation of color #DD1783: hue angle of 327.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1783 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 131 -
CMYK 0 0.90 0.41 0.13
HSL 327.27º 0.81% 0.48% -
HSV(B) 327.27º 0.9% 0.87% -
XYZ 34.22 17.62 23.07 -
YUV 94.51 148.6 218.22 -
System Red Green Blue C M Y K H S L
Decimal 221 23 131 0 0.90 0.41 0.13 327.27 0.81 0.48
Hex DD 17 83 0 5A 29 D 147 51 30
Octal 335 27 203 0 132 51 15 507 121 60
Binary 11011101 10111 10000011 0 1011010 101001 1101 101000111 1010001 110000

Color Harmonies of #DD1783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1783

Black with #DD1783

Text Example


Text Example

White with #DD1783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1783; }

 p { color: rgb(221,23,131); }

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

background-color css

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

 a { background-color: rgb(221,23,131); }

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

border-color css

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

 span { border-color: rgb(221,23,131); }

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