Html Css Color HEX #DD1699 Medium Violet Red

📋 copy color: '#DD1699'

red 221 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #DD1699

Tints of Medium Violet Red #DD1699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 55.81%
G = 5.56%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1699 (or 0xDD1699) is known color: Medium Violet Red. HEX triplet: DD, 16 and 99. RGB value is (221,22,153). Sum of RGB (Red+Green+Blue) = 221+22+153=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1699 is #22E966. Grayscale: #606060. Windows color (decimal): -2287975 or 10032861. OLE color: 10032861.

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

Color convert

RGB 221 22 153 -
CMYK 0 0.90 0.31 0.13
HSL 320.5º 0.82% 0.48% -
HSV(B) 320.5º 0.9% 0.87% -
XYZ 35.86 18.25 31.77 -
YUV 96.44 159.93 216.85 -
System Red Green Blue C M Y K H S L
Decimal 221 22 153 0 0.90 0.31 0.13 320.5 0.82 0.48
Hex DD 16 99 0 5A 1F D 141 52 30
Octal 335 26 231 0 132 37 15 501 122 60
Binary 11011101 10110 10011001 0 1011010 11111 1101 101000001 1010010 110000

Color Harmonies of #DD1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1699

Black with #DD1699

Text Example


Text Example

White with #DD1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1699; }

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

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

background-color css

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

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

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

border-color css

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

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

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