Html Css Color HEX #DD167B Medium Violet Red

📋 copy color: '#DD167B'

red 221 ◦ green 22 ◦ blue 123

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

Shades of Medium Violet Red #DD167B

Tints of Medium Violet Red #DD167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 60.38%
G = 6.01%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD167B (or 0xDD167B) is known color: Medium Violet Red. HEX triplet: DD, 16 and 7B. RGB value is (221,22,123). Sum of RGB (Red+Green+Blue) = 221+22+123=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD167B is #22E984. Grayscale: #5C5C5C. Windows color (decimal): -2288005 or 8066781. OLE color: 8066781.

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

Color convert

RGB 221 22 123 -
CMYK 0 0.90 0.44 0.13
HSL 329.55º 0.82% 0.48% -
HSV(B) 329.55º 0.9% 0.87% -
XYZ 33.68 17.38 20.32 -
YUV 93.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 221 22 123 0 0.90 0.44 0.13 329.55 0.82 0.48
Hex DD 16 7B 0 5A 2C D 14A 52 30
Octal 335 26 173 0 132 54 15 512 122 60
Binary 11011101 10110 1111011 0 1011010 101100 1101 101001010 1010010 110000

Color Harmonies of #DD167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD167B

Black with #DD167B

Text Example


Text Example

White with #DD167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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