Html Css Color HEX #DD158B Medium Violet Red

📋 copy color: '#DD158B'

red 221 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #DD158B

Tints of Medium Violet Red #DD158B

RGB

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

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

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

R = 58.01%
G = 5.51%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD158B (or 0xDD158B) is known color: Medium Violet Red. HEX triplet: DD, 15 and 8B. RGB value is (221,21,139). Sum of RGB (Red+Green+Blue) = 221+21+139=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD158B is #22EA74. Grayscale: #5D5D5D. Windows color (decimal): -2288245 or 9115101. OLE color: 9115101.

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

Color convert

RGB 221 21 139 -
CMYK 0 0.90 0.37 0.13
HSL 324.6º 0.83% 0.47% -
HSV(B) 324.6º 0.9% 0.87% -
XYZ 34.75 17.77 26.03 -
YUV 94.25 153.26 218.41 -
System Red Green Blue C M Y K H S L
Decimal 221 21 139 0 0.90 0.37 0.13 324.6 0.83 0.47
Hex DD 15 8B 0 5A 25 D 145 53 2F
Octal 335 25 213 0 132 45 15 505 123 57
Binary 11011101 10101 10001011 0 1011010 100101 1101 101000101 1010011 101111

Color Harmonies of #DD158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD158B

Black with #DD158B

Text Example


Text Example

White with #DD158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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