Html Css Color HEX #DD1083 Medium Violet Red

📋 copy color: '#DD1083'

red 221 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #DD1083

Tints of Medium Violet Red #DD1083

RGB

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

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

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

R = 60.05%
G = 4.35%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1083 (or 0xDD1083) is known color: Medium Violet Red. HEX triplet: DD, 10 and 83. RGB value is (221,16,131). Sum of RGB (Red+Green+Blue) = 221+16+131=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1083 is #22EF7C. Grayscale: #5A5A5A. Windows color (decimal): -2289533 or 8589533. OLE color: 8589533.

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

Color convert

RGB 221 16 131 -
CMYK 0 0.93 0.41 0.13
HSL 326.34º 0.86% 0.46% -
HSV(B) 326.34º 0.93% 0.87% -
XYZ 34.1 17.38 23.03 -
YUV 90.41 150.92 221.15 -
System Red Green Blue C M Y K H S L
Decimal 221 16 131 0 0.93 0.41 0.13 326.34 0.86 0.46
Hex DD 10 83 0 5D 29 D 146 56 2E
Octal 335 20 203 0 135 51 15 506 126 56
Binary 11011101 10000 10000011 0 1011101 101001 1101 101000110 1010110 101110

Color Harmonies of #DD1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1083

Black with #DD1083

Text Example


Text Example

White with #DD1083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1083; }

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

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

background-color css

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

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

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

border-color css

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

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

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