Html Css Color HEX #DD1684 Medium Violet Red

📋 copy color: '#DD1684'

red 221 ◦ green 22 ◦ blue 132

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

Shades of Medium Violet Red #DD1684

Tints of Medium Violet Red #DD1684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.87%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 58.93%
G = 5.87%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD1684 (or 0xDD1684) is known color: Medium Violet Red. HEX triplet: DD, 16 and 84. RGB value is (221,22,132). Sum of RGB (Red+Green+Blue) = 221+22+132=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1684 is #22E97B. Grayscale: #5D5D5D. Windows color (decimal): -2287996 or 8656605. OLE color: 8656605.

HSL color Cylindrical-coordinate representation of color #DD1684: hue angle of 326.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1684 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 132 -
CMYK 0 0.90 0.40 0.13
HSL 326.83º 0.82% 0.48% -
HSV(B) 326.83º 0.9% 0.87% -
XYZ 34.27 17.61 23.42 -
YUV 94.04 149.43 218.56 -
System Red Green Blue C M Y K H S L
Decimal 221 22 132 0 0.90 0.40 0.13 326.83 0.82 0.48
Hex DD 16 84 0 5A 28 D 147 52 30
Octal 335 26 204 0 132 50 15 507 122 60
Binary 11011101 10110 10000100 0 1011010 101000 1101 101000111 1010010 110000

Color Harmonies of #DD1684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1684

Black with #DD1684

Text Example


Text Example

White with #DD1684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1684; }

 p { color: rgb(221,22,132); }

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

background-color css

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

 a { background-color: rgb(221,22,132); }

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

border-color css

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

 span { border-color: rgb(221,22,132); }

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