Html Css Color HEX #DD108C Medium Violet Red

📋 copy color: '#DD108C'

red 221 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #DD108C

Tints of Medium Violet Red #DD108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 58.62%
G = 4.24%
B = 37.14%

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

#DD108C (or 0xDD108C) is known color: Medium Violet Red. HEX triplet: DD, 10 and 8C. RGB value is (221,16,140). Sum of RGB (Red+Green+Blue) = 221+16+140=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD108C is #22EF73. Grayscale: #5B5B5B. Windows color (decimal): -2289524 or 9179357. OLE color: 9179357.

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

Color convert

RGB 221 16 140 -
CMYK 0 0.93 0.37 0.13
HSL 323.71º 0.86% 0.46% -
HSV(B) 323.71º 0.93% 0.87% -
XYZ 34.74 17.64 26.38 -
YUV 91.43 155.42 220.42 -
System Red Green Blue C M Y K H S L
Decimal 221 16 140 0 0.93 0.37 0.13 323.71 0.86 0.46
Hex DD 10 8C 0 5D 25 D 144 56 2E
Octal 335 20 214 0 135 45 15 504 126 56
Binary 11011101 10000 10001100 0 1011101 100101 1101 101000100 1010110 101110

Color Harmonies of #DD108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD108C

Black with #DD108C

Text Example


Text Example

White with #DD108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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