Html Css Color HEX #DD189B Medium Violet Red

📋 copy color: '#DD189B'

red 221 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #DD189B

Tints of Medium Violet Red #DD189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 55.25%
G = 6%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD189B (or 0xDD189B) is known color: Medium Violet Red. HEX triplet: DD, 18 and 9B. RGB value is (221,24,155). Sum of RGB (Red+Green+Blue) = 221+24+155=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD189B is #22E764. Grayscale: #616161. Windows color (decimal): -2287461 or 10164445. OLE color: 10164445.

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

Color convert

RGB 221 24 155 -
CMYK 0 0.89 0.30 0.13
HSL 320.1º 0.8% 0.48% -
HSV(B) 320.1º 0.89% 0.87% -
XYZ 36.06 18.39 32.66 -
YUV 97.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 221 24 155 0 0.89 0.30 0.13 320.1 0.8 0.48
Hex DD 18 9B 0 59 1E D 140 50 30
Octal 335 30 233 0 131 36 15 500 120 60
Binary 11011101 11000 10011011 0 1011001 11110 1101 101000000 1010000 110000

Color Harmonies of #DD189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD189B

Black with #DD189B

Text Example


Text Example

White with #DD189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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