Html Css Color HEX #DD138A Medium Violet Red

📋 copy color: '#DD138A'

red 221 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #DD138A

Tints of Medium Violet Red #DD138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 58.47%
G = 5.03%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD138A (or 0xDD138A) is known color: Medium Violet Red. HEX triplet: DD, 13 and 8A. RGB value is (221,19,138). Sum of RGB (Red+Green+Blue) = 221+19+138=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD138A is #22EC75. Grayscale: #5C5C5C. Windows color (decimal): -2288758 or 9049053. OLE color: 9049053.

HSL color Cylindrical-coordinate representation of color #DD138A: hue angle of 324.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD138A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 138 -
CMYK 0 0.91 0.38 0.13
HSL 324.65º 0.84% 0.47% -
HSV(B) 324.65º 0.91% 0.87% -
XYZ 34.64 17.67 25.63 -
YUV 92.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 221 19 138 0 0.91 0.38 0.13 324.65 0.84 0.47
Hex DD 13 8A 0 5B 26 D 145 54 2F
Octal 335 23 212 0 133 46 15 505 124 57
Binary 11011101 10011 10001010 0 1011011 100110 1101 101000101 1010100 101111

Color Harmonies of #DD138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD138A

Black with #DD138A

Text Example


Text Example

White with #DD138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD138A; }

 p { color: rgb(221,19,138); }

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

background-color css

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

 a { background-color: rgb(221,19,138); }

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

border-color css

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

 span { border-color: rgb(221,19,138); }

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