Html Css Color HEX #DD169A Medium Violet Red

📋 copy color: '#DD169A'

red 221 ◦ green 22 ◦ blue 154

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

Shades of Medium Violet Red #DD169A

Tints of Medium Violet Red #DD169A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 55.67%
G = 5.54%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD169A (or 0xDD169A) is known color: Medium Violet Red. HEX triplet: DD, 16 and 9A. RGB value is (221,22,154). Sum of RGB (Red+Green+Blue) = 221+22+154=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD169A is #22E965. Grayscale: #606060. Windows color (decimal): -2287974 or 10098397. OLE color: 10098397.

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

Color convert

RGB 221 22 154 -
CMYK 0 0.90 0.30 0.13
HSL 320.2º 0.82% 0.48% -
HSV(B) 320.2º 0.9% 0.87% -
XYZ 35.94 18.28 32.21 -
YUV 96.55 160.43 216.77 -
System Red Green Blue C M Y K H S L
Decimal 221 22 154 0 0.90 0.30 0.13 320.2 0.82 0.48
Hex DD 16 9A 0 5A 1E D 140 52 30
Octal 335 26 232 0 132 36 15 500 122 60
Binary 11011101 10110 10011010 0 1011010 11110 1101 101000000 1010010 110000

Color Harmonies of #DD169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD169A

Black with #DD169A

Text Example


Text Example

White with #DD169A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD169A; }

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

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

background-color css

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

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

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

border-color css

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

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

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