Html Css Color HEX #DD108B Medium Violet Red

📋 copy color: '#DD108B'

red 221 ◦ green 16 ◦ blue 139

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

Shades of Medium Violet Red #DD108B

Tints of Medium Violet Red #DD108B

RGB

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

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

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

R = 58.78%
G = 4.26%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD108B (or 0xDD108B) is known color: Medium Violet Red. HEX triplet: DD, 10 and 8B. RGB value is (221,16,139). Sum of RGB (Red+Green+Blue) = 221+16+139=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD108B is #22EF74. Grayscale: #5B5B5B. Windows color (decimal): -2289525 or 9113821. OLE color: 9113821.

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

Color convert

RGB 221 16 139 -
CMYK 0 0.93 0.37 0.13
HSL 324º 0.86% 0.46% -
HSV(B) 324º 0.93% 0.87% -
XYZ 34.66 17.61 26 -
YUV 91.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 221 16 139 0 0.93 0.37 0.13 324 0.86 0.46
Hex DD 10 8B 0 5D 25 D 144 56 2E
Octal 335 20 213 0 135 45 15 504 126 56
Binary 11011101 10000 10001011 0 1011101 100101 1101 101000100 1010110 101110

Color Harmonies of #DD108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD108B

Black with #DD108B

Text Example


Text Example

White with #DD108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD108B; }

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

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

background-color css

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

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

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

border-color css

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

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

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