Html Css Color HEX #DD1383 Medium Violet Red

📋 copy color: '#DD1383'

red 221 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #DD1383

Tints of Medium Violet Red #DD1383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 59.57%
G = 5.12%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1383 (or 0xDD1383) is known color: Medium Violet Red. HEX triplet: DD, 13 and 83. RGB value is (221,19,131). Sum of RGB (Red+Green+Blue) = 221+19+131=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1383 is #22EC7C. Grayscale: #5B5B5B. Windows color (decimal): -2288765 or 8590301. OLE color: 8590301.

HSL color Cylindrical-coordinate representation of color #DD1383: hue angle of 326.73º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1383 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 131 -
CMYK 0 0.91 0.41 0.13
HSL 326.73º 0.84% 0.47% -
HSV(B) 326.73º 0.91% 0.87% -
XYZ 34.15 17.48 23.05 -
YUV 92.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 221 19 131 0 0.91 0.41 0.13 326.73 0.84 0.47
Hex DD 13 83 0 5B 29 D 147 54 2F
Octal 335 23 203 0 133 51 15 507 124 57
Binary 11011101 10011 10000011 0 1011011 101001 1101 101000111 1010100 101111

Color Harmonies of #DD1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1383

Black with #DD1383

Text Example


Text Example

White with #DD1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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