Html Css Color HEX #DD1380 Medium Violet Red

📋 copy color: '#DD1380'

red 221 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #DD1380

Tints of Medium Violet Red #DD1380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 60.05%
G = 5.16%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD1380 (or 0xDD1380) is known color: Medium Violet Red. HEX triplet: DD, 13 and 80. RGB value is (221,19,128). Sum of RGB (Red+Green+Blue) = 221+19+128=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1380 is #22EC7F. Grayscale: #5B5B5B. Windows color (decimal): -2288768 or 8393693. OLE color: 8393693.

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

Color convert

RGB 221 19 128 -
CMYK 0 0.91 0.42 0.13
HSL 327.62º 0.84% 0.47% -
HSV(B) 327.62º 0.91% 0.87% -
XYZ 33.95 17.4 21.99 -
YUV 91.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 221 19 128 0 0.91 0.42 0.13 327.62 0.84 0.47
Hex DD 13 80 0 5B 2A D 148 54 2F
Octal 335 23 200 0 133 52 15 510 124 57
Binary 11011101 10011 10000000 0 1011011 101010 1101 101001000 1010100 101111

Color Harmonies of #DD1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1380

Black with #DD1380

Text Example


Text Example

White with #DD1380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1380; }

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

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

background-color css

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

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

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

border-color css

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

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

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