Html Css Color HEX #DD1282 Medium Violet Red

📋 copy color: '#DD1282'

red 221 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #DD1282

Tints of Medium Violet Red #DD1282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 59.89%
G = 4.88%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD1282 (or 0xDD1282) is known color: Medium Violet Red. HEX triplet: DD, 12 and 82. RGB value is (221,18,130). Sum of RGB (Red+Green+Blue) = 221+18+130=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1282 is #22ED7D. Grayscale: #5B5B5B. Windows color (decimal): -2289022 or 8524509. OLE color: 8524509.

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

Color convert

RGB 221 18 130 -
CMYK 0 0.92 0.41 0.13
HSL 326.9º 0.85% 0.47% -
HSV(B) 326.9º 0.92% 0.87% -
XYZ 34.06 17.42 22.69 -
YUV 91.47 149.75 220.39 -
System Red Green Blue C M Y K H S L
Decimal 221 18 130 0 0.92 0.41 0.13 326.9 0.85 0.47
Hex DD 12 82 0 5C 29 D 147 55 2F
Octal 335 22 202 0 134 51 15 507 125 57
Binary 11011101 10010 10000010 0 1011100 101001 1101 101000111 1010101 101111

Color Harmonies of #DD1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1282

Black with #DD1282

Text Example


Text Example

White with #DD1282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1282; }

 p { color: rgb(221,18,130); }

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

background-color css

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

 a { background-color: rgb(221,18,130); }

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

border-color css

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

 span { border-color: rgb(221,18,130); }

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