Html Css Color HEX #DD158E Medium Violet Red

📋 copy color: '#DD158E'

red 221 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #DD158E

Tints of Medium Violet Red #DD158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 57.55%
G = 5.47%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD158E (or 0xDD158E) is known color: Medium Violet Red. HEX triplet: DD, 15 and 8E. RGB value is (221,21,142). Sum of RGB (Red+Green+Blue) = 221+21+142=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD158E is #22EA71. Grayscale: #5E5E5E. Windows color (decimal): -2288242 or 9311709. OLE color: 9311709.

HSL color Cylindrical-coordinate representation of color #DD158E: hue angle of 323.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD158E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 142 -
CMYK 0 0.90 0.36 0.13
HSL 323.7º 0.83% 0.47% -
HSV(B) 323.7º 0.9% 0.87% -
XYZ 34.97 17.86 27.2 -
YUV 94.59 154.76 218.16 -
System Red Green Blue C M Y K H S L
Decimal 221 21 142 0 0.90 0.36 0.13 323.7 0.83 0.47
Hex DD 15 8E 0 5A 24 D 144 53 2F
Octal 335 25 216 0 132 44 15 504 123 57
Binary 11011101 10101 10001110 0 1011010 100100 1101 101000100 1010011 101111

Color Harmonies of #DD158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD158E

Black with #DD158E

Text Example


Text Example

White with #DD158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD158E; }

 p { color: rgb(221,21,142); }

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

background-color css

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

 a { background-color: rgb(221,21,142); }

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

border-color css

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

 span { border-color: rgb(221,21,142); }

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