Html Css Color HEX #DD108A Medium Violet Red

📋 copy color: '#DD108A'

red 221 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #DD108A

Tints of Medium Violet Red #DD108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

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

R = 58.93%
G = 4.27%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD108A (or 0xDD108A) is known color: Medium Violet Red. HEX triplet: DD, 10 and 8A. RGB value is (221,16,138). Sum of RGB (Red+Green+Blue) = 221+16+138=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD108A is #22EF75. Grayscale: #5A5A5A. Windows color (decimal): -2289526 or 9048285. OLE color: 9048285.

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

Color convert

RGB 221 16 138 -
CMYK 0 0.93 0.38 0.13
HSL 324.29º 0.86% 0.46% -
HSV(B) 324.29º 0.93% 0.87% -
XYZ 34.59 17.58 25.61 -
YUV 91.2 154.42 220.58 -
System Red Green Blue C M Y K H S L
Decimal 221 16 138 0 0.93 0.38 0.13 324.29 0.86 0.46
Hex DD 10 8A 0 5D 26 D 144 56 2E
Octal 335 20 212 0 135 46 15 504 126 56
Binary 11011101 10000 10001010 0 1011101 100110 1101 101000100 1010110 101110

Color Harmonies of #DD108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD108A

Black with #DD108A

Text Example


Text Example

White with #DD108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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