Html Css Color HEX #DD1694 Medium Violet Red

📋 copy color: '#DD1694'

red 221 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #DD1694

Tints of Medium Violet Red #DD1694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 56.52%
G = 5.63%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD1694 (or 0xDD1694) is known color: Medium Violet Red. HEX triplet: DD, 16 and 94. RGB value is (221,22,148). Sum of RGB (Red+Green+Blue) = 221+22+148=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1694 is #22E96B. Grayscale: #5F5F5F. Windows color (decimal): -2287980 or 9705181. OLE color: 9705181.

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

Color convert

RGB 221 22 148 -
CMYK 0 0.90 0.33 0.13
HSL 322.01º 0.82% 0.48% -
HSV(B) 322.01º 0.9% 0.87% -
XYZ 35.45 18.08 29.64 -
YUV 95.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 221 22 148 0 0.90 0.33 0.13 322.01 0.82 0.48
Hex DD 16 94 0 5A 21 D 142 52 30
Octal 335 26 224 0 132 41 15 502 122 60
Binary 11011101 10110 10010100 0 1011010 100001 1101 101000010 1010010 110000

Color Harmonies of #DD1694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1694

Black with #DD1694

Text Example


Text Example

White with #DD1694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1694; }

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

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

background-color css

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

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

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

border-color css

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

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

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