Html Css Color HEX #DD167C Medium Violet Red

📋 copy color: '#DD167C'

red 221 ◦ green 22 ◦ blue 124

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

Shades of Medium Violet Red #DD167C

Tints of Medium Violet Red #DD167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 60.22%
G = 5.99%
B = 33.79%

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

#DD167C (or 0xDD167C) is known color: Medium Violet Red. HEX triplet: DD, 16 and 7C. RGB value is (221,22,124). Sum of RGB (Red+Green+Blue) = 221+22+124=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD167C is #22E983. Grayscale: #5C5C5C. Windows color (decimal): -2288004 or 8132317. OLE color: 8132317.

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

Color convert

RGB 221 22 124 -
CMYK 0 0.90 0.44 0.13
HSL 329.25º 0.82% 0.48% -
HSV(B) 329.25º 0.9% 0.87% -
XYZ 33.74 17.4 20.65 -
YUV 93.13 145.43 219.21 -
System Red Green Blue C M Y K H S L
Decimal 221 22 124 0 0.90 0.44 0.13 329.25 0.82 0.48
Hex DD 16 7C 0 5A 2C D 149 52 30
Octal 335 26 174 0 132 54 15 511 122 60
Binary 11011101 10110 1111100 0 1011010 101100 1101 101001001 1010010 110000

Color Harmonies of #DD167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD167C

Black with #DD167C

Text Example


Text Example

White with #DD167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD167C; }

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

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

background-color css

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

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

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

border-color css

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

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

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