Html Css Color HEX #DD189D Medium Violet Red

📋 copy color: '#DD189D'

red 221 ◦ green 24 ◦ blue 157

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

Shades of Medium Violet Red #DD189D

Tints of Medium Violet Red #DD189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 54.98%
G = 5.97%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD189D (or 0xDD189D) is known color: Medium Violet Red. HEX triplet: DD, 18 and 9D. RGB value is (221,24,157). Sum of RGB (Red+Green+Blue) = 221+24+157=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD189D is #22E762. Grayscale: #616161. Windows color (decimal): -2287459 or 10295517. OLE color: 10295517.

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

Color convert

RGB 221 24 157 -
CMYK 0 0.89 0.29 0.13
HSL 319.49º 0.8% 0.48% -
HSV(B) 319.49º 0.89% 0.87% -
XYZ 36.23 18.46 33.55 -
YUV 98.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 221 24 157 0 0.89 0.29 0.13 319.49 0.8 0.48
Hex DD 18 9D 0 59 1D D 13F 50 30
Octal 335 30 235 0 131 35 15 477 120 60
Binary 11011101 11000 10011101 0 1011001 11101 1101 100111111 1010000 110000

Color Harmonies of #DD189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD189D

Black with #DD189D

Text Example


Text Example

White with #DD189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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