Html Css Color HEX #DD1280 Medium Violet Red

📋 copy color: '#DD1280'

red 221 ◦ green 18 ◦ blue 128

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

Shades of Medium Violet Red #DD1280

Tints of Medium Violet Red #DD1280

RGB

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

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

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

R = 60.22%
G = 4.9%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD1280 (or 0xDD1280) is known color: Medium Violet Red. HEX triplet: DD, 12 and 80. RGB value is (221,18,128). Sum of RGB (Red+Green+Blue) = 221+18+128=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1280 is #22ED7F. Grayscale: #5B5B5B. Windows color (decimal): -2289024 or 8393437. OLE color: 8393437.

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

Color convert

RGB 221 18 128 -
CMYK 0 0.92 0.42 0.13
HSL 327.49º 0.85% 0.47% -
HSV(B) 327.49º 0.92% 0.87% -
XYZ 33.93 17.36 21.99 -
YUV 91.24 148.75 220.56 -
System Red Green Blue C M Y K H S L
Decimal 221 18 128 0 0.92 0.42 0.13 327.49 0.85 0.47
Hex DD 12 80 0 5C 2A D 147 55 2F
Octal 335 22 200 0 134 52 15 507 125 57
Binary 11011101 10010 10000000 0 1011100 101010 1101 101000111 1010101 101111

Color Harmonies of #DD1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1280

Black with #DD1280

Text Example


Text Example

White with #DD1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1280; }

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

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

background-color css

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

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

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

border-color css

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

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

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