Html Css Color HEX #DD167A Medium Violet Red

📋 copy color: '#DD167A'

red 221 ◦ green 22 ◦ blue 122

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

Shades of Medium Violet Red #DD167A

Tints of Medium Violet Red #DD167A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 60.55%
G = 6.03%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD167A (or 0xDD167A) is known color: Medium Violet Red. HEX triplet: DD, 16 and 7A. RGB value is (221,22,122). Sum of RGB (Red+Green+Blue) = 221+22+122=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD167A is #22E985. Grayscale: #5C5C5C. Windows color (decimal): -2288006 or 8001245. OLE color: 8001245.

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

Color convert

RGB 221 22 122 -
CMYK 0 0.90 0.45 0.13
HSL 329.85º 0.82% 0.48% -
HSV(B) 329.85º 0.9% 0.87% -
XYZ 33.62 17.35 19.99 -
YUV 92.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 221 22 122 0 0.90 0.45 0.13 329.85 0.82 0.48
Hex DD 16 7A 0 5A 2D D 14A 52 30
Octal 335 26 172 0 132 55 15 512 122 60
Binary 11011101 10110 1111010 0 1011010 101101 1101 101001010 1010010 110000

Color Harmonies of #DD167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD167A

Black with #DD167A

Text Example


Text Example

White with #DD167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD167A; }

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

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

background-color css

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

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

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

border-color css

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

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

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