Html Css Color HEX #DD1685 Medium Violet Red

📋 copy color: '#DD1685'

red 221 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #DD1685

Tints of Medium Violet Red #DD1685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 58.78%
G = 5.85%
B = 35.37%

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

#DD1685 (or 0xDD1685) is known color: Medium Violet Red. HEX triplet: DD, 16 and 85. RGB value is (221,22,133). Sum of RGB (Red+Green+Blue) = 221+22+133=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1685 is #22E97A. Grayscale: #5D5D5D. Windows color (decimal): -2287995 or 8722141. OLE color: 8722141.

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

Color convert

RGB 221 22 133 -
CMYK 0 0.90 0.40 0.13
HSL 326.53º 0.82% 0.48% -
HSV(B) 326.53º 0.9% 0.87% -
XYZ 34.34 17.64 23.79 -
YUV 94.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 221 22 133 0 0.90 0.40 0.13 326.53 0.82 0.48
Hex DD 16 85 0 5A 28 D 147 52 30
Octal 335 26 205 0 132 50 15 507 122 60
Binary 11011101 10110 10000101 0 1011010 101000 1101 101000111 1010010 110000

Color Harmonies of #DD1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1685

Black with #DD1685

Text Example


Text Example

White with #DD1685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1685; }

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

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

background-color css

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

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

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

border-color css

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

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

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