Html Css Color HEX #DD169C Medium Violet Red

📋 copy color: '#DD169C'

red 221 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #DD169C

Tints of Medium Violet Red #DD169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 55.39%
G = 5.51%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD169C (or 0xDD169C) is known color: Medium Violet Red. HEX triplet: DD, 16 and 9C. RGB value is (221,22,156). Sum of RGB (Red+Green+Blue) = 221+22+156=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD169C is #22E963. Grayscale: #606060. Windows color (decimal): -2287972 or 10229469. OLE color: 10229469.

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

Color convert

RGB 221 22 156 -
CMYK 0 0.90 0.29 0.13
HSL 319.6º 0.82% 0.48% -
HSV(B) 319.6º 0.9% 0.87% -
XYZ 36.11 18.35 33.09 -
YUV 96.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 221 22 156 0 0.90 0.29 0.13 319.6 0.82 0.48
Hex DD 16 9C 0 5A 1D D 140 52 30
Octal 335 26 234 0 132 35 15 500 122 60
Binary 11011101 10110 10011100 0 1011010 11101 1101 101000000 1010010 110000

Color Harmonies of #DD169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD169C

Black with #DD169C

Text Example


Text Example

White with #DD169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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