Html Css Color HEX #DD1486 Medium Violet Red

📋 copy color: '#DD1486'

red 221 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #DD1486

Tints of Medium Violet Red #DD1486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.33%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 58.93%
G = 5.33%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD1486 (or 0xDD1486) is known color: Medium Violet Red. HEX triplet: DD, 14 and 86. RGB value is (221,20,134). Sum of RGB (Red+Green+Blue) = 221+20+134=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1486 is #22EB79. Grayscale: #5C5C5C. Windows color (decimal): -2288506 or 8787165. OLE color: 8787165.

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

Color convert

RGB 221 20 134 -
CMYK 0 0.91 0.39 0.13
HSL 325.97º 0.83% 0.47% -
HSV(B) 325.97º 0.91% 0.87% -
XYZ 34.37 17.59 24.14 -
YUV 93.1 151.09 219.23 -
System Red Green Blue C M Y K H S L
Decimal 221 20 134 0 0.91 0.39 0.13 325.97 0.83 0.47
Hex DD 14 86 0 5B 27 D 146 53 2F
Octal 335 24 206 0 133 47 15 506 123 57
Binary 11011101 10100 10000110 0 1011011 100111 1101 101000110 1010011 101111

Color Harmonies of #DD1486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1486

Black with #DD1486

Text Example


Text Example

White with #DD1486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1486; }

 p { color: rgb(221,20,134); }

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

background-color css

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

 a { background-color: rgb(221,20,134); }

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

border-color css

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

 span { border-color: rgb(221,20,134); }

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