Html Css Color HEX #DD1691 Medium Violet Red

📋 copy color: '#DD1691'

red 221 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #DD1691

Tints of Medium Violet Red #DD1691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 56.96%
G = 5.67%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD1691 (or 0xDD1691) is known color: Medium Violet Red. HEX triplet: DD, 16 and 91. RGB value is (221,22,145). Sum of RGB (Red+Green+Blue) = 221+22+145=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1691 is #22E96E. Grayscale: #5F5F5F. Windows color (decimal): -2287983 or 9508573. OLE color: 9508573.

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

Color convert

RGB 221 22 145 -
CMYK 0 0.90 0.34 0.13
HSL 322.91º 0.82% 0.48% -
HSV(B) 322.91º 0.9% 0.87% -
XYZ 35.22 17.99 28.4 -
YUV 95.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 221 22 145 0 0.90 0.34 0.13 322.91 0.82 0.48
Hex DD 16 91 0 5A 22 D 143 52 30
Octal 335 26 221 0 132 42 15 503 122 60
Binary 11011101 10110 10010001 0 1011010 100010 1101 101000011 1010010 110000

Color Harmonies of #DD1691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1691

Black with #DD1691

Text Example


Text Example

White with #DD1691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1691; }

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

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

background-color css

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

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

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

border-color css

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

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

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