Html Css Color HEX #DD188C Medium Violet Red

📋 copy color: '#DD188C'

red 221 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #DD188C

Tints of Medium Violet Red #DD188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 57.4%
G = 6.23%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD188C (or 0xDD188C) is known color: Medium Violet Red. HEX triplet: DD, 18 and 8C. RGB value is (221,24,140). Sum of RGB (Red+Green+Blue) = 221+24+140=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD188C is #22E773. Grayscale: #5F5F5F. Windows color (decimal): -2287476 or 9181405. OLE color: 9181405.

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

Color convert

RGB 221 24 140 -
CMYK 0 0.89 0.37 0.13
HSL 324.67º 0.8% 0.48% -
HSV(B) 324.67º 0.89% 0.87% -
XYZ 34.88 17.92 26.43 -
YUV 96.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 221 24 140 0 0.89 0.37 0.13 324.67 0.8 0.48
Hex DD 18 8C 0 59 25 D 145 50 30
Octal 335 30 214 0 131 45 15 505 120 60
Binary 11011101 11000 10001100 0 1011001 100101 1101 101000101 1010000 110000

Color Harmonies of #DD188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD188C

Black with #DD188C

Text Example


Text Example

White with #DD188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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