Html Css Color HEX #DD188F Medium Violet Red

📋 copy color: '#DD188F'

red 221 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #DD188F

Tints of Medium Violet Red #DD188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 56.96%
G = 6.19%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD188F (or 0xDD188F) is known color: Medium Violet Red. HEX triplet: DD, 18 and 8F. RGB value is (221,24,143). Sum of RGB (Red+Green+Blue) = 221+24+143=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD188F is #22E770. Grayscale: #606060. Windows color (decimal): -2287473 or 9378013. OLE color: 9378013.

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

Color convert

RGB 221 24 143 -
CMYK 0 0.89 0.35 0.13
HSL 323.76º 0.8% 0.48% -
HSV(B) 323.76º 0.89% 0.87% -
XYZ 35.1 18.01 27.61 -
YUV 96.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 221 24 143 0 0.89 0.35 0.13 323.76 0.8 0.48
Hex DD 18 8F 0 59 23 D 144 50 30
Octal 335 30 217 0 131 43 15 504 120 60
Binary 11011101 11000 10001111 0 1011001 100011 1101 101000100 1010000 110000

Color Harmonies of #DD188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD188F

Black with #DD188F

Text Example


Text Example

White with #DD188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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