Html Css Color HEX #DD108D Medium Violet Red

📋 copy color: '#DD108D'

red 221 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #DD108D

Tints of Medium Violet Red #DD108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 58.47%
G = 4.23%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD108D (or 0xDD108D) is known color: Medium Violet Red. HEX triplet: DD, 10 and 8D. RGB value is (221,16,141). Sum of RGB (Red+Green+Blue) = 221+16+141=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD108D is #22EF72. Grayscale: #5B5B5B. Windows color (decimal): -2289523 or 9244893. OLE color: 9244893.

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

Color convert

RGB 221 16 141 -
CMYK 0 0.93 0.36 0.13
HSL 323.41º 0.86% 0.46% -
HSV(B) 323.41º 0.93% 0.87% -
XYZ 34.81 17.67 26.77 -
YUV 91.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 221 16 141 0 0.93 0.36 0.13 323.41 0.86 0.46
Hex DD 10 8D 0 5D 24 D 143 56 2E
Octal 335 20 215 0 135 44 15 503 126 56
Binary 11011101 10000 10001101 0 1011101 100100 1101 101000011 1010110 101110

Color Harmonies of #DD108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD108D

Black with #DD108D

Text Example


Text Example

White with #DD108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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