Html Css Color HEX #DD188B Medium Violet Red

📋 copy color: '#DD188B'

red 221 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #DD188B

Tints of Medium Violet Red #DD188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 57.55%
G = 6.25%
B = 36.2%

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

#DD188B (or 0xDD188B) is known color: Medium Violet Red. HEX triplet: DD, 18 and 8B. RGB value is (221,24,139). Sum of RGB (Red+Green+Blue) = 221+24+139=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD188B is #22E774. Grayscale: #5F5F5F. Windows color (decimal): -2287477 or 9115869. OLE color: 9115869.

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

Color convert

RGB 221 24 139 -
CMYK 0 0.89 0.37 0.13
HSL 324.97º 0.8% 0.48% -
HSV(B) 324.97º 0.89% 0.87% -
XYZ 34.81 17.89 26.04 -
YUV 96.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 221 24 139 0 0.89 0.37 0.13 324.97 0.8 0.48
Hex DD 18 8B 0 59 25 D 145 50 30
Octal 335 30 213 0 131 45 15 505 120 60
Binary 11011101 11000 10001011 0 1011001 100101 1101 101000101 1010000 110000

Color Harmonies of #DD188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD188B

Black with #DD188B

Text Example


Text Example

White with #DD188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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