Html Css Color HEX #DD187C Medium Violet Red

📋 copy color: '#DD187C'

red 221 ◦ green 24 ◦ blue 124

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

Shades of Medium Violet Red #DD187C

Tints of Medium Violet Red #DD187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

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

R = 59.89%
G = 6.5%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD187C (or 0xDD187C) is known color: Medium Violet Red. HEX triplet: DD, 18 and 7C. RGB value is (221,24,124). Sum of RGB (Red+Green+Blue) = 221+24+124=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD187C is #22E783. Grayscale: #5E5E5E. Windows color (decimal): -2287492 or 8132829. OLE color: 8132829.

HSL color Cylindrical-coordinate representation of color #DD187C: hue angle of 329.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD187C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 124 -
CMYK 0 0.89 0.44 0.13
HSL 329.54º 0.8% 0.48% -
HSV(B) 329.54º 0.89% 0.87% -
XYZ 33.78 17.48 20.66 -
YUV 94.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 221 24 124 0 0.89 0.44 0.13 329.54 0.8 0.48
Hex DD 18 7C 0 59 2C D 14A 50 30
Octal 335 30 174 0 131 54 15 512 120 60
Binary 11011101 11000 1111100 0 1011001 101100 1101 101001010 1010000 110000

Color Harmonies of #DD187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD187C

Black with #DD187C

Text Example


Text Example

White with #DD187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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